Loading redmic-widgets @ e81aec6b Compare 11cec4a9 to e81aec6b Original line number Diff line number Diff line Subproject commit 11cec4a9045dd139c7c4c9355d611686dcaed33e Subproject commit e81aec6bae84a58ce90834828836e88e99faa021 public/javascript/redmic/modules/form/input/FilteringSelectImpl.js +11 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,17 @@ define([ } }, _doClear: function() { this._clear(); if (this.modelChannel && this.propertyName && this.propertyName !== this.getChannel()) { this._publish(this._buildChannel(this.modelChannel, this.actions.CLEAR), { properties: [this.propertyName] }); } }, _isPropertyNameObject: function(obj) { if (obj[this.propertyName][this._inputProps.labelAttr] && obj[this.propertyName][this.idProperty]) { Loading Loading
redmic-widgets @ e81aec6b Compare 11cec4a9 to e81aec6b Original line number Diff line number Diff line Subproject commit 11cec4a9045dd139c7c4c9355d611686dcaed33e Subproject commit e81aec6bae84a58ce90834828836e88e99faa021
public/javascript/redmic/modules/form/input/FilteringSelectImpl.js +11 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,17 @@ define([ } }, _doClear: function() { this._clear(); if (this.modelChannel && this.propertyName && this.propertyName !== this.getChannel()) { this._publish(this._buildChannel(this.modelChannel, this.actions.CLEAR), { properties: [this.propertyName] }); } }, _isPropertyNameObject: function(obj) { if (obj[this.propertyName][this._inputProps.labelAttr] && obj[this.propertyName][this.idProperty]) { Loading