fix blank screen when changing views in admin

This commit is contained in:
Ralf Becker 2021-06-15 12:49:59 +02:00
parent a4f21bc804
commit 2388970002
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import { ClassWithAttributes } from './et2_core_inheritance';
import { et2_IDOMNode } from "./et2_core_interfaces";
import { et2_hasChild, et2_no_init } from "./et2_core_common";
import { et2_widget } from "./et2_core_widget";
import { egw_getActionManager, egwActionObject, egwActionObjectInterface, egw_getAppObjectManager } from '../egw_action/egw_action.js';
import { egw_getActionManager, egwActionObject, egwActionObjectInterface, egw_getAppObjectManager, egw_getObjectManager } from '../egw_action/egw_action.js';
import { EGW_AI_DRAG_OVER, EGW_AI_DRAG_OUT } from '../egw_action/egw_action_constants.js';
import { egw } from "../jsapi/egw_global";
/**

View File

@ -22,7 +22,8 @@ import {
egw_getActionManager,
egwActionObject,
egwActionObjectInterface,
egw_getAppObjectManager
egw_getAppObjectManager,
egw_getObjectManager
} from '../egw_action/egw_action.js';
import {EGW_AI_DRAG_OVER, EGW_AI_DRAG_OUT} from '../egw_action/egw_action_constants.js';
import {egw} from "../jsapi/egw_global";