Skip to content

Commit

Permalink
FIX: Fix broken filter for non-aggregate tutorial filters
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcu committed Jan 4, 2017
1 parent 0e543a3 commit 7a76bcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/tasks/task-inbox-list/task-inbox-list.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ angular.module('doubtfire.tasks.task-inbox-list', [])
)
$scope.tutorialIdChanged = ->
tutorialId = $scope.filters.tutorialIdSelected
return unless _.isString(tutorialId)
if tutorialId == 'mine'
$scope.filters.tutorials = $scope.unit.tutorialsForUserId(currentUser.id)
else if tutorialId == 'all'
Expand Down

0 comments on commit 7a76bcc

Please sign in to comment.