-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix task assignment and project reads for admins #2684 * new snapshots (admin sees more projects now in api)
- Loading branch information
Showing
6 changed files
with
1,395 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,29 @@ Generated by [AVA](https://ava.li). | |
team: '570b9f4b2a7c0e3b008da6ec', | ||
teamName: 'team_X1', | ||
}, | ||
{ | ||
expectedTime: 90, | ||
id: '68135bfd2faeb3190181c058', | ||
name: 'Test_Project2', | ||
owner: { | ||
email: '[email protected]', | ||
firstName: 'user_D', | ||
id: '870b9f4d2a7c0e4d008da6ef', | ||
isAnonymous: false, | ||
lastName: 'BoyD', | ||
teams: [ | ||
{ | ||
id: '69882b370d889b84020efd4f', | ||
isTeamManager: true, | ||
name: 'team_X2', | ||
}, | ||
], | ||
}, | ||
paused: false, | ||
priority: 100, | ||
team: '69882b370d889b84020efd4f', | ||
teamName: 'team_X2', | ||
}, | ||
] | ||
|
||
## projects-getProjectsWithOpenAssignments() | ||
|
@@ -161,6 +184,30 @@ Generated by [AVA](https://ava.li). | |
team: '570b9f4b2a7c0e3b008da6ec', | ||
teamName: 'team_X1', | ||
}, | ||
{ | ||
expectedTime: 90, | ||
id: '68135bfd2faeb3190181c058', | ||
name: 'Test_Project2', | ||
numberOfOpenAssignments: 10, | ||
owner: { | ||
email: '[email protected]', | ||
firstName: 'user_D', | ||
id: '870b9f4d2a7c0e4d008da6ef', | ||
isAnonymous: false, | ||
lastName: 'BoyD', | ||
teams: [ | ||
{ | ||
id: '69882b370d889b84020efd4f', | ||
isTeamManager: true, | ||
name: 'team_X2', | ||
}, | ||
], | ||
}, | ||
paused: false, | ||
priority: 100, | ||
team: '69882b370d889b84020efd4f', | ||
teamName: 'team_X2', | ||
}, | ||
] | ||
|
||
## projects-increaseProjectTaskInstances(projectName: string, delta?: number) | ||
|
Binary file modified
BIN
+226 Bytes
(110%)
...cripts/test/snapshots/public/test-bundle/test/backend-snapshot-tests/projects.e2e.js.snap
Binary file not shown.
Oops, something went wrong.