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 19, 2025
1 parent adacbdb commit eeec133
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 @@ -939,7 +939,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 eeec133

Please sign in to comment.