diff --git a/etemplate/js/et2_extension_nextmatch_controller.js b/etemplate/js/et2_extension_nextmatch_controller.js index fd08d03643..34c1ac3f79 100644 --- a/etemplate/js/et2_extension_nextmatch_controller.js +++ b/etemplate/js/et2_extension_nextmatch_controller.js @@ -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 = [];