Revert "Add multiple assigned users dashboard"

This reverts commit b522939f37.
stable
Miguel Gonzalez 2018-04-30 07:31:28 +02:00
parent 0889bd6539
commit 1a688edfdf
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ class HomeService extends taiga.Service
params_uss = {
is_closed: false
assigned_users: userId
assigned_to: userId
}
params_tasks = {

View File

@ -107,7 +107,7 @@ describe "tgHome", ->
mocks.resources.userstories.listInAllProjects
.withArgs(sinon.match({
is_closed: false
assigned_users: userId
assigned_to: userId
}))
.promise()
.resolve(Immutable.fromJS([{id: 1, ref: 1, project: "1"}]))