Skip to content

Commit 838d035

Browse files
authored
Merge pull request #617 from Vitaliy-1/stable-3_5_0-i11252-declined
pkp/pkp-lib#11252 Don't allow to view declined reviews
2 parents ff047fc + 03d8f2f commit 838d035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/dashboard/components/DashboardTable/DashboardCellReviewAssignmentActions.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ const actionLabel = computed(() => {
5252
case pkp.const.REVIEW_ASSIGNMENT_STATUS_ACCEPTED:
5353
case pkp.const.REVIEW_ASSIGNMENT_STATUS_REVIEW_OVERDUE:
5454
return t('dashboard.actions.finishReview');
55+
case pkp.const.REVIEW_ASSIGNMENT_STATUS_DECLINED:
56+
return null;
5557
default:
5658
return t('common.view');
5759
}

0 commit comments

Comments
 (0)