Skip to content

Commit

Permalink
pkp/pkp-lib#10599 Add createnew internal round action
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 28, 2024
1 parent 6fa4697 commit 8c7c487
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,22 @@ export const WorkflowConfig = {
isDecisionAvailable(submission, pkp.const.DECISION_ACCEPT_INTERNAL),
);

addItemIf(
items,
{
component: 'WorkflowActionButton',
props: {
label: t('editor.submission.createNewRound'),
action: DecisionActions.DECISION_NEW_INTERNAL_ROUND,
actionArgs,
},
},
isDecisionAvailable(
submission,
pkp.const.DECISION_NEW_INTERNAL_ROUND,
),
);

addItemIf(
items,
{
Expand Down

0 comments on commit 8c7c487

Please sign in to comment.