N°5904 Hide transitions in modals

This commit is contained in:
Stephen Abello
2023-01-24 11:19:24 +01:00
parent 8f7003c694
commit 1152b2f401
3 changed files with 5 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ class ObjectController extends AbstractController
$oPage = new AjaxPage('');
$aFormExtraParams['js_handlers'] = [];
$aFormExtraParams['noRelations'] = true;
$aFormExtraParams['hide_transitions'] = true;
// We display this form in a modal, once we submit (in ajax) we probably want to only close the modal
$aFormExtraParams['js_handlers']['form_on_submit'] =
<<<JS