forked from extern/egroupware
Fix actionManager mismatch, causing missing action error on reload
This commit is contained in:
parent
ae95e934a8
commit
d41c593fe5
@ -213,7 +213,7 @@ var et2_portlet = et2_valueWidget.extend(
|
||||
// objects
|
||||
widget_object = objectManager.insertObject(false, new egwActionObject(
|
||||
this.id, objectManager, new et2_action_object_impl(this),
|
||||
objectManager.manager.getActionById(this.id) || objectManager.manager
|
||||
this._actionManager || objectManager.manager.getActionById(this.id) || objectManager.manager
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user