Skip to content

Commit

Permalink
pkp/pkp-lib#7495 reviewer improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Jun 13, 2024
1 parent 387f3ef commit f23b3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/ReviewerManager/ReviewerManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
>
<TableCell :is-row-header="true">
<span class="text-base-normal">
{{ reviewAssignment.id }} (will be name)
{{ reviewAssignment.reviewerFullName }}
</span>
</TableCell>
<TableCell v-if="!redactedForAuthors">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ export function useSummaryConfig() {
dashboardPage: [
DashboardPageTypes.EDITORIAL_DASHBOARD,
DashboardPageTypes.MY_SUBMISSIONS,
DashboardPageTypes.MY_REVIEW_ASSIGNMENTS,
],
activeStageId: [
pkp.const.WORKFLOW_STAGE_ID_SUBMISSION,
Expand All @@ -701,6 +702,7 @@ export function useSummaryConfig() {
dashboardPage: [
DashboardPageTypes.EDITORIAL_DASHBOARD,
DashboardPageTypes.MY_SUBMISSIONS,
DashboardPageTypes.MY_REVIEW_ASSIGNMENTS,
],
activeStageId: [
pkp.const.WORKFLOW_STAGE_ID_SUBMISSION,
Expand All @@ -720,6 +722,7 @@ export function useSummaryConfig() {
dashboardPage: [
DashboardPageTypes.EDITORIAL_DASHBOARD,
DashboardPageTypes.MY_SUBMISSIONS,
DashboardPageTypes.MY_REVIEW_ASSIGNMENTS,
],
activeStageId: [
pkp.const.WORKFLOW_STAGE_ID_SUBMISSION,
Expand Down

0 comments on commit f23b3fb

Please sign in to comment.