diff --git a/submissions/constants.py b/submissions/constants.py
index 438211e49ea4f20625d128ca00d6d60dd628fbf0..aa9be27dc7e48407998958972538552bcde607d5 100644
--- a/submissions/constants.py
+++ b/submissions/constants.py
@@ -103,8 +103,12 @@ SUBMISSION_TYPE = (
     ('Review', 'Review (candid snapshot of current research in a given area)'),
 )
 
-NO_REQUIRED_ACTION_STATUSES = SUBMISSION_STATUS_PUBLICLY_INVISIBLE + [
+NO_REQUIRED_ACTION_STATUSES = [
     STATUS_UNASSIGNED,
+    STATUS_ASSIGNMENT_FAILED,
+    STATUS_RESUBMITTED_REJECTED,
+    STATUS_REJECTED,
+    STATUS_WITHDRAWN,
 ]
 
 ED_COMM_CHOICES = (