Skip to content

Commit b16fccd

Browse files
author
Suvajit Gupta
committedAug 30, 2010
fixed bug with filters after recent changes
1 parent a60763c commit b16fccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apps/tasks/controllers/assignments.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Tasks.assignmentsController = SC.ArrayController.create(
647647
this._timer = null;
648648
}
649649
this.invokeOnce(this.showAssignments);
650-
}.observes('[]', '_showTasks', 'attributeFilterCriteria'),
650+
}.observes('[]', '_showTasks', 'attributeFilterCriteria', 'effortSpecified', 'recentlyUpdated', 'watched'),
651651

652652
_searchFilterHasChanged: function() {
653653
// console.log('DEBUG: Search filter changed to "' + this.searchFilter + '"');

0 commit comments

Comments
 (0)
Please sign in to comment.