mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Set correct appname when updating actions
This commit is contained in:
parent
77ca6dcece
commit
70fd9a6529
@ -538,7 +538,7 @@ var et2_DOMWidget = (function(){ "use strict"; return et2_widget.extend(et2_IDOM
|
||||
this._actionManager = gam.addAction("actionManager", this.id);
|
||||
}
|
||||
}
|
||||
this._actionManager.updateActions(actions);
|
||||
this._actionManager.updateActions(actions, this.egw().appName);
|
||||
if (this.options.default_execute) this._actionManager.setDefaultExecute(this.options.default_execute);
|
||||
|
||||
// Put a reference to the widget into the action stuff, so we can
|
||||
|
Loading…
Reference in New Issue
Block a user