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
907b0c04
Verified
Commit
907b0c04
authored
Jun 08, 2018
by
Alexis Ragot
Browse files
Fix the modification of the retention rule
parent
4eae8429
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Resources/view/recordsManagement/archive/modalModification.html
View file @
907b0c04
...
...
@@ -326,6 +326,7 @@
if
(
retentionRuleCode
)
{
var
retentionRuleDurationUnit
=
rule
.
retentionDuration
.
substr
(
rule
.
retentionDuration
.
length
-
1
,
1
);
var
retentionRuleDuration
=
(
retentionRuleCode
.
duration
.
split
(
retentionRuleDurationUnit
))[
0
].
split
(
"
P
"
);
if
(
rule
)
{
...
...
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