mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
events.js: Also accept $autoSubmittedBy
from event.detail
This commit is contained in:
parent
3e29fba052
commit
e346c1c88c
@ -237,6 +237,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (! $autoSubmittedBy && event.detail && event.detail.submittedBy) {
|
||||
$autoSubmittedBy = $(event.detail.submittedBy);
|
||||
}
|
||||
|
||||
_this.icinga.loader.submitForm($form, $autoSubmittedBy, $button);
|
||||
|
||||
event.stopPropagation();
|
||||
|
Loading…
x
Reference in New Issue
Block a user