mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Use widget ID in action manager, only use unique ID if widget somehow has no ID
This commit is contained in:
parent
496c34614d
commit
64fd8ec86b
@ -122,7 +122,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(et2_IDataProvider,
|
||||
*/
|
||||
_initActions: function (_actions) {
|
||||
// Generate a uid for the action and object manager
|
||||
var uid = this.egw.uid();
|
||||
var uid = this._widget.id||this.egw.uid();
|
||||
|
||||
if(_actions == null) _actions = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user