Skip to content

Commit

Permalink
pkp#10480 Add stage assignment related data to submission schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Jan 7, 2025
1 parent 5c8f7ce commit 5b7d00b
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 127 deletions.
2 changes: 1 addition & 1 deletion classes/submission/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ protected function mapDashboardViews(Collection $types, Context $context, User $
case DashboardView::TYPE_REVIEWS_SUBMITTED:
$collector = Repo::submission()->getCollector()
->filterByContextIds([$context->getId()])
->filterByAwaitingReviews(true)
->filterByReviewsSubmitted(true)
->filterByStatus([PKPSubmission::STATUS_QUEUED]);
return new DashboardView(
$key,
Expand Down
Loading

0 comments on commit 5b7d00b

Please sign in to comment.