diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 8 |
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; |