mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 19:20:55 +00:00
Enable setting for legacy launchModalForm function
This commit is contained in:
@ -681,7 +681,7 @@ function openModal(options) {
|
|||||||
|
|
||||||
$(modal).modal({
|
$(modal).modal({
|
||||||
backdrop: 'static',
|
backdrop: 'static',
|
||||||
keyboard: false,
|
keyboard: user_settings.FORMS_CLOSE_USING_ESCAPE,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Disable the form
|
// Disable the form
|
||||||
|
Reference in New Issue
Block a user