Skip to content

Commit

Permalink
Call topics in _FindTaskMixin consistent with their order in _QueryTa…
Browse files Browse the repository at this point in the history
…skMixin
  • Loading branch information
tmcgee committed May 16, 2017
1 parent d565619 commit e0c2d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widgets/AttributesTable/_FindTaskMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ define([
});

topic.publish(this.topicID + '/findResults', this.results);
topic.publish(this.attributesContainerID + '/openPane');
topic.publish(this.attributesContainerID + '/tableUpdated', this);
},

getFindParams: function () {
Expand Down

0 comments on commit e0c2d9b

Please sign in to comment.