mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 22:08:49 +00:00
Enable setting for legacy launchModalForm function
This commit is contained in:
parent
a32b5fdd64
commit
25031e09e4
@ -681,7 +681,7 @@ function openModal(options) {
|
||||
|
||||
$(modal).modal({
|
||||
backdrop: 'static',
|
||||
keyboard: false,
|
||||
keyboard: user_settings.FORMS_CLOSE_USING_ESCAPE,
|
||||
});
|
||||
|
||||
// Disable the form
|
||||
|
Loading…
x
Reference in New Issue
Block a user