Loading public/javascript/redmic/modules/base/_Filter.js +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ define([ _disconnectFromFilter: function(oldQueryChannel) { this._removeSubscriptions([ this._buildChannel(queryChannel, this.actions.ADDED_TO_QUERY), this._buildChannel(oldQueryChannel, this.actions.ADDED_TO_QUERY), this._buildChannel(oldQueryChannel, this.actions.SERIALIZED), this._buildChannel(oldQueryChannel, this.actions.REQUEST_FILTER) ]); Loading Loading
public/javascript/redmic/modules/base/_Filter.js +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ define([ _disconnectFromFilter: function(oldQueryChannel) { this._removeSubscriptions([ this._buildChannel(queryChannel, this.actions.ADDED_TO_QUERY), this._buildChannel(oldQueryChannel, this.actions.ADDED_TO_QUERY), this._buildChannel(oldQueryChannel, this.actions.SERIALIZED), this._buildChannel(oldQueryChannel, this.actions.REQUEST_FILTER) ]); Loading