-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add model method to get partner workspaces for an upload cycle
Because the partner workspaces are not linked directly to an upload cycle, we need to use some logic to get the partner workspaces that should be included in an upload cycle. For a given research center and consent group, only the PartnerUploadWorkspace with the highest version and with a date completed less than the upload cycle end date will be included for that upload cycle. Use this method in the UploadCycleDetail view instead of filtering partner workspaces directly.
- Loading branch information
Showing
3 changed files
with
139 additions
and
1 deletion.
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
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
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