Skip to content

Commit

Permalink
pkp/pkp-lib#10771 remove correct query param when redirecting to deci…
Browse files Browse the repository at this point in the history
…sion page
  • Loading branch information
jardakotesovec committed Jan 5, 2025
1 parent bb2b987 commit edba785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workflow/composables/useWorkflowDecisions.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function openDecisionPage(submission, decisionId, actionArgs = {}) {
});

// Given that decision often change the stage - its better to let workflow page to calculate current stage
urlSearchParams.delete('selectedMenuKey');
urlSearchParams.delete('workflowMenuKey');

const currentPageUrl = `dashboard/editorial?${urlSearchParams.toString()}`;

Expand Down

0 comments on commit edba785

Please sign in to comment.