forked from extern/egroupware
Revert commit #52449, causing context menu's sub action get lost after et2_refresh
This commit is contained in:
parent
1120df65dc
commit
ab7ada048d
@ -1688,10 +1688,6 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput, et2_IPrin
|
||||
set_actions: function(actions) {
|
||||
if(actions != this.options.actions && this.controller != null && this.controller._actionManager)
|
||||
{
|
||||
for(var i = this.controller._actionManager.children.length - 1; i >= 0; i--)
|
||||
{
|
||||
this.controller._actionManager.children[i].remove();
|
||||
}
|
||||
this.options.actions = actions;
|
||||
this.options.settings.action_links = this.controller._actionLinks = this._get_action_links(actions);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user