]> git.agnieray.net Git - galette.git/commitdiff
Fix plugins modals
authorGuillaume AGNIERAY <dev@agnieray.net>
Mon, 25 Sep 2023 13:22:15 +0000 (15:22 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 25 Sep 2023 16:28:01 +0000 (18:28 +0200)
galette/templates/default/pages/plugins.html.twig

index 34553923cbca4648ca40fef50ef0a0716389bb2d..59827c0ea8d7763eef4a3bfcb28e289830c165b8 100644 (file)
                     modal_class: "initdb-modal large",
                     modal_content_class: "scrolling",
                     modal_other_options: {
-                        observeChanges: true
+                        observeChanges: true,
+                        closable: false
                     },
+                    modal_onhidden: "$(this).modal('hide dimmer').remove();",
                     modal_onapprove: "$('#plugins_initdb_form').submit();return false;",
                     modal_approve_text: _T("Next step")|e("js"),
                     modal_cancel_text: _T("Close")|e("js")