aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorJoe Siltberg <git@joesiltberg.se>2018-10-31 10:40:26 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-11-05 10:13:48 +0000
commit10a9e1b8b70f1189b01f41ca57a02e255e13f081 (patch)
tree3ced056c1119166e719c2febec54499edde8a073 /perllib
parent3de208b311a1a0a3d02efbb1383b32192282b306 (diff)
[FixaMinGata] Show staff user name as well as body name in updates
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixaMinGata.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
index 29e840dfa..9233d479e 100644
--- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
+++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
@@ -181,4 +181,8 @@ sub state_groups_inspect {
]
}
+sub always_view_body_contribute_details {
+ return 1;
+}
+
1;