mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix context menu actions that use nm_action gave "Uncaught nm_action is not a function!"
This commit is contained in:
parent
24fb01d190
commit
727db2aab5
@ -400,6 +400,9 @@ export function nm_compare_field(_action, _senders, _target)
|
||||
|
||||
// TODO: This code is rather suboptimal! No global variables as this code will
|
||||
// run in a global context
|
||||
window.nm_action = nm_action;
|
||||
window.fetchAll = fetchAll;
|
||||
window.doLongTask = doLongTask;
|
||||
window.nm_popup_action = null;
|
||||
window.nm_popup_ids = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user