Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
aa6e612c
Verified
Commit
aa6e612c
authored
Nov 02, 2021
by
Jerome Boucher
Browse files
feat/18079 : change originating dservice : translation
parent
f843596f
Pipeline
#14284
failed with stages
in 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Resources/view/recordsManagement/archive/archiveModificationModal/archiveModificationForm.html
View file @
aa6e612c
...
...
@@ -30,6 +30,7 @@
<span
id=
"mtext_flagForRestitution"
>
Flag for restitution
</span>
<span
id=
"mtext_cancelRestitution"
>
Cancel restitution
</span>
<span
id=
"mtext_validateRestitution"
>
Validate restitution
</span>
<span
id=
"mtext_editOriginator"
>
New originating service
</span>
<span
id=
"restituable_text"
>
restituable
</span>
...
...
src/presentation/maarchRM/Resources/view/recordsManagement/archive/archiveModificationModal/originatorModification.html
View file @
aa6e612c
<!-- <tr id="selectedArchiveId">
<td><strong>New originating service</strong></td>
<td>
<select name="originatorList" id="originatorList" class="form-control">
</td>
</tr> -->
<script>
var
editOriginator_load
=
function
(
archiveId
,
archiveName
,
type
)
{
$
(
'
#selectedOriginator
'
).
remove
();
var
selectedOriginatorTr
=
$
(
'
<tr>
'
).
attr
(
'
id
'
,
"
selectedOriginator
"
);
selectedOriginatorTr
.
append
(
$
(
'
<td>
'
).
append
(
$
(
'
<strong>
'
).
text
(
'
New originating service
'
)));
selectedOriginatorTr
.
append
(
$
(
'
<td>
'
).
append
(
$
(
'
<strong>
'
).
text
(
$
(
'
#mtext_editOriginator
'
).
text
()
)));
var
td
=
$
(
'
<td>
'
);
var
availableOriginatingServices
=
$
(
'
#
'
+
archiveId
).
data
(
'
availableoriginatingservices
'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment