mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Fix changed actions only partially updated, missed _actionLinks in controller
This commit is contained in:
parent
e62c980a8f
commit
2f90f3d427
@ -1524,7 +1524,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
|||||||
if(actions != this.options.actions && this.controller != null && this.controller._actionManager)
|
if(actions != this.options.actions && this.controller != null && this.controller._actionManager)
|
||||||
{
|
{
|
||||||
this.options.actions = actions;
|
this.options.actions = actions;
|
||||||
this.options.settings.action_links = this._get_action_links(actions);
|
this.options.settings.action_links = this.controller._actionLinks = this._get_action_links(actions);
|
||||||
this.controller._actionManager.updateActions(actions,this.controller.egw.appName);
|
this.controller._actionManager.updateActions(actions,this.controller.egw.appName);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user