Add multiple assigned users dashboard
parent
ea59d3053f
commit
b522939f37
|
@ -110,7 +110,7 @@ class HomeService extends taiga.Service
|
|||
|
||||
params_uss = {
|
||||
is_closed: false
|
||||
assigned_to: userId
|
||||
assigned_users: userId
|
||||
}
|
||||
|
||||
params_tasks = {
|
||||
|
|
|
@ -107,7 +107,7 @@ describe "tgHome", ->
|
|||
mocks.resources.userstories.listInAllProjects
|
||||
.withArgs(sinon.match({
|
||||
is_closed: false
|
||||
assigned_to: userId
|
||||
assigned_users: userId
|
||||
}))
|
||||
.promise()
|
||||
.resolve(Immutable.fromJS([{id: 1, ref: 1, project: "1"}]))
|
||||
|
|
Loading…
Reference in New Issue