Skip to content

Commit

Permalink
Merge branch 'bromley-referral' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Sep 20, 2024
2 parents 2784e67 + 78fe10e commit c1b58fd
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -341,6 +341,7 @@ sub learn_additional_types {
'reopen',
'for_triage',
'referred_to_veolia_streets', # Bromley passthrough
'referred_to_lbb_streets', # Bromley passthrough
)
);
$schema->learn_type( 'tag:wiki.open311.org,GeoReport_v2:rx/status_extended_upper',
Expand All @@ -360,6 +361,7 @@ sub learn_additional_types {
'REOPEN',
'FOR_TRIAGE',
'REFERRED_TO_VEOLIA_STREETS', # Bromley passthrough
'REFERRED_TO_LBB_STREETS', # Bromley passthrough
)
);
$schema->learn_type( 'tag:wiki.open311.org,GeoReport_v2:rx/service_request_update',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ has status => (
'reopen',
'for_triage',
'referred_to_veolia_streets', # Bromley passthrough
'referred_to_lbb_streets', # Bromley passthrough
],
);

Expand Down

0 comments on commit c1b58fd

Please sign in to comment.