Add multiple assigned users dashboard

stable
Álex Hermida 2018-04-26 12:42:57 +02:00 committed by Alex Hermida
parent ea59d3053f
commit b522939f37
2 changed files with 2 additions and 2 deletions

View File

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

View File

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