Skip to content

Commit

Permalink
Add cancelled to list of statuses.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Aug 2, 2024
1 parent 30f1688 commit dab7b25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perllib/Open311/Endpoint/Role/mySociety.pm
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ sub learn_additional_types {
'not_councils_responsibility',
'no_further_action',
'internal_referral',
'cancelled',
'reopen',
'for_triage',
)
Expand All @@ -356,6 +357,7 @@ sub learn_additional_types {
'NOT_COUNCILS_RESPONSIBILITY',
'NO_FURTHER_ACTION',
'INTERNAL_REFERRAL',
'CANCELLED',
'REOPEN',
'FOR_TRIAGE',
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ has status => (
'not_councils_responsibility',
'no_further_action',
'internal_referral',
'cancelled',
'reopen',
'for_triage',
],
Expand Down
1 change: 1 addition & 0 deletions perllib/Open311/Endpoint/Service/Role/ExtendedStatus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ has '+status' => (
'not_councils_responsibility',
'duplicate',
'internal_referral',
'cancelled',
'fixed',
'closed',
'for_triage',
Expand Down

0 comments on commit dab7b25

Please sign in to comment.