Allow link widget inside, it's used for searching

This commit is contained in:
Nathan Gray 2013-11-18 18:47:25 +00:00
parent 5dc6ae9728
commit cc5b0fc241

View File

@ -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() {