Skip to content

Commit

Permalink
pkp#10670 Additional url change, missed before
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Jan 14, 2025
1 parent e9d044a commit 2e2fbee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions classes/submission/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,10 @@ public function getWorkflowUrlByUserRoles(Submission $submission, ?int $userId =
$request,
Application::ROUTE_PAGE,
$submissionContext->getPath(),
'workflow',
'access',
[$submission->getId()]
'dashboard',
'editorial',
null,
['workflowSubmissionId' => $submission->getId()]
);
}

Expand Down

0 comments on commit 2e2fbee

Please sign in to comment.