Skip to content

Commit

Permalink
Resolve bugs preventing ministerial level approval in new CS workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
oakdbca committed Nov 20, 2024
1 parent 6e5b69f commit 70f96e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boranga/components/conservation_status/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1463,8 +1463,9 @@ def final_approval(self, request, details):

if not self.can_be_approved:
raise ValidationError(
"You cannot approve the proposal if it is not with an assessor with immediate approval level or"
"with an approver with ministerial approval level"
"You can only approve a Conservation Status Proposal "
"if the processing status is With Assessor AND it has immediate approval level or"
"the processing status is On Agenda AND it has ministerial approval level"
)

# For conservation statuses that require ministerial approval
Expand Down

0 comments on commit 70f96e8

Please sign in to comment.