Description
Currently, submission status can only be changed from the submission review page (/submission/{id}/review). The details page (/submission/{id}/details) shows the status but doesn't provide controls to change it.
The status change comments test in Playwright has to navigate to the review page to change status, then back to details to verify the activity section — it would be simpler if status changes were available on the details page as well.
Expected behavior
The status dropdown should be available on the submission details page for users with the appropriate permissions.
Found during
Playwright E2E test development.
Description
Currently, submission status can only be changed from the submission review page (
/submission/{id}/review). The details page (/submission/{id}/details) shows the status but doesn't provide controls to change it.The status change comments test in Playwright has to navigate to the review page to change status, then back to details to verify the activity section — it would be simpler if status changes were available on the details page as well.
Expected behavior
The status dropdown should be available on the submission details page for users with the appropriate permissions.
Found during
Playwright E2E test development.