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
4f46ae44
Verified
Commit
4f46ae44
authored
May 24, 2018
by
Alexis Ragot
Browse files
Fixed CSRF error on waterfall ajax
parent
3a329617
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Resources/view/recordsManagement/archive/modalModification.html
View file @
4f46ae44
...
...
@@ -312,16 +312,17 @@
$
(
"
#retentionRuleFinalDisposition
"
).
prop
(
"
disabled
"
,
false
);
$
(
"
#checkboxUpdateFinalDisposition
"
).
prop
(
"
checked
"
,
false
);
ModificationModal
.
close
();
ModificationModal
.
modal
.
one
(
'
hidden.bs.modal
'
,
function
()
{
//$('#modificationModal').modal();*
$
(
'
#archive_search
'
).
click
();
});
}
},
error
:
function
(
response
)
{
gritter
.
show
(
response
.
responseJSON
.
message
,
response
.
responseJSON
.
status
,
response
.
responseJSON
.
errors
);
}
},
complete
:
function
(
response
)
{
if
(
response
.
status
)
{
$
(
'
#archive_search
'
).
click
();
}
},
});
},
...
...
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