mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Allow link widget inside, it's used for searching
This commit is contained in:
parent
5dc6ae9728
commit
cc5b0fc241
@ -84,6 +84,9 @@ var et2_selectAccount = et2_selectbox.extend(
|
||||
this.dialog = null;
|
||||
|
||||
this._super.call(this, _parent, _attrs);
|
||||
|
||||
// Allow certain widgets inside this one
|
||||
this.supportedWidgetClasses = [et2_link_entry];
|
||||
},
|
||||
|
||||
destroy: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user