Move all egw_action constants into egw_action_constants

This commit is contained in:
Hadi Nategh
2021-06-14 13:45:57 +02:00
parent be0af7be68
commit b4c4606c22
23 changed files with 62 additions and 59 deletions

View File

@ -13,8 +13,9 @@
egw_action;
*/
import {EGW_AO_EXEC_SELECTED,egw_globalObjectManager} from "./egw_action.js";
import {egw_getAppObjectManager, egw_globalObjectManager} from "./egw_action.js";
import {_egw_active_menu} from "./egw_menu.js";
import {EGW_AO_FLAG_DEFAULT_FOCUS, EGW_AO_EXEC_SELECTED} from "./egw_action_constants.js";
/**
* Define the key constants (IE doesn't support "const" keyword)