Skip to content
Snippets Groups Projects
Commit 6611fb17 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Remove the action from rejected - you cant do anything with it

parent c779d8e6
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ ac_review = ReviewPhase('Under Review', [next_phase])
response = Phase('Ready to Respond', [next_phase])
rejected = Phase('Rejected', [next_phase])
rejected = Phase('Rejected', [])
accepted = Phase('Accepted', [next_phase])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment