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
54e4e5c7
Verified
Commit
54e4e5c7
authored
Dec 03, 2019
by
Alexandre Goldstein
Browse files
fix(12524) remove french comment
parent
894cf19d
Pipeline
#5485
passed with stages
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Resources/view/recordsManagement/archive/modalModification.html
View file @
54e4e5c7
...
...
@@ -72,7 +72,7 @@
$
(
"
#retentionRuleFinalDisposition
"
).
prop
(
"
disabled
"
,
false
);
}
});
//
On retourne l'état du
b
o
uton '
OK' en fonction de la saisie de l'utilisateur dans le champ 'commentaire'
//
State of
but
t
on '
save' will change according to value of comment's field
$
(
"
#comment
"
).
on
(
'
change keyup
'
,
function
()
{
if
(
$
(
"
#comment
"
).
val
()
!==
""
)
{
$
(
"
#save
"
).
prop
(
"
disabled
"
,
false
);
...
...
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