Skip to content

Commit

Permalink
fix: UHF-10813: Remove SUBMITTED status from editable list. (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisuominen authored Oct 11, 2024
1 parent 8b405d8 commit 34dc39a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public function isSubmissionEditable(

if (in_array($submissionStatus, [
$statuses['DRAFT'],
$statuses['SUBMITTED'],
$statuses['RECEIVED'],
$statuses['PREPARING'],
])) {
Expand Down

0 comments on commit 34dc39a

Please sign in to comment.