aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-03-14 12:31:47 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-14 15:36:55 +0000
commit2310a83cc67497b6c0b1c74b72508657b66a90fb (patch)
treea5eb0118ababe9afe3d2543c6ea9bf40e862cc98
parentc34c5eeaa7122ea2f2078f0051740a78ce821cb0 (diff)
let OCC staff hide reports in their cobrand
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 950ea8127..6c083dd7f 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -52,6 +52,9 @@ sub example_places {
# don't send questionnaires to people who used the OCC cobrand to report their problem
sub send_questionnaires { return 0; }
+# let staff hide OCC reports
+sub users_can_hide { return 1; }
+
sub default_show_name { 0 }
1;