aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Kristensen <info@jonkri.com>2018-04-09 19:26:52 +0200
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-13 17:58:34 +0100
commit7acc080371d97d6958546349babd7701654fe2b2 (patch)
tree73b030ca9996d12925ca491cd7465e09cd52ba97
parent0e41164eac4503ac62ba6081efd98608a2ed41bc (diff)
[FixaMinGata] Remove a state label from the staff dropdown menu
-rw-r--r--perllib/FixMyStreet/Cobrand/FixaMinGata.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
index e84e4cf55..37dec5a11 100644
--- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
+++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
@@ -172,4 +172,12 @@ sub pin_colour {
return 'red';
}
+sub state_groups_inspect {
+ [
+ [ _('Open'), [ 'confirmed', 'action scheduled', 'in progress', 'investigating' ] ],
+ [ _('Fixed'), [ 'fixed - council' ] ],
+ [ _('Closed'), [ 'duplicate', 'not responsible', 'unable to fix' ] ],
+ ]
+}
+
1;