forked from extern/egroupware
Move all egw_action constants into egw_action_constants
This commit is contained in:
@ -34,10 +34,9 @@ import {
|
||||
egw_getActionManager,
|
||||
egw_getObjectManager,
|
||||
egwActionObjectManager,
|
||||
egwActionObject,
|
||||
EGW_AO_FLAG_DEFAULT_FOCUS,
|
||||
EGW_AO_EXEC_SELECTED, EGW_AO_FLAG_IS_CONTAINER
|
||||
egwActionObject
|
||||
} from "../egw_action/egw_action.js";
|
||||
import {EGW_AO_FLAG_DEFAULT_FOCUS,EGW_AO_EXEC_SELECTED, EGW_AO_FLAG_IS_CONTAINER} from "../egw_action/egw_action_constants.js";
|
||||
import {nm_action} from "./et2_extension_nextmatch_actions.js";
|
||||
import {egwIsMobile} from "../egw_action/egw_action_common.js";
|
||||
|
||||
|
Reference in New Issue
Block a user