Commit 182fc464 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Arregla error con filtering select

parent 1b471b8e
Loading
Loading
Loading
Loading
Compare 11cec4a9 to e81aec6b
Original line number Diff line number Diff line
Subproject commit 11cec4a9045dd139c7c4c9355d611686dcaed33e
Subproject commit e81aec6bae84a58ce90834828836e88e99faa021
+11 −0
Original line number Diff line number Diff line
@@ -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]) {