diff --git a/app/modules/home/home.service.coffee b/app/modules/home/home.service.coffee index 5e326bca..054ddea5 100644 --- a/app/modules/home/home.service.coffee +++ b/app/modules/home/home.service.coffee @@ -103,9 +103,14 @@ class HomeService extends taiga.Service watchers: userId } + params_us = { + is_closed: false + watchers: userId + } + watching = Immutable.Map() - watchingUserStoriesPromise = @rs.userstories.listInAllProjects(params).then (userstories) -> + watchingUserStoriesPromise = @rs.userstories.listInAllProjects(params_us).then (userstories) -> watching = watching.set("userStories", userstories) watchingTasksPromise = @rs.tasks.listInAllProjects(params).then (tasks) ->