Skip to content

Commit

Permalink
#3051 One more change to put Accepted under Review element
Browse files Browse the repository at this point in the history
  • Loading branch information
joemull authored and ajrbyers committed Sep 5, 2022
1 parent d47e778 commit 20b7146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/review/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def home(request):
articles = submission_models.Article.objects.filter(
Q(stage=submission_models.STAGE_ASSIGNED) |
Q(stage=submission_models.STAGE_UNDER_REVIEW) |
Q(stage=submission_models.STAGE_UNDER_REVISION),
Q(stage=submission_models.STAGE_UNDER_REVISION) |
Q(stage=submission_models.STAGE_ACCEPTED),
journal=request.journal
)

Expand Down

0 comments on commit 20b7146

Please sign in to comment.