aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-02-04 12:17:53 +0000
committerDave Whiteland <dave@mysociety.org>2013-02-04 12:31:07 +0000
commitf0ac432982616491dadea13191ff9c0b53e03345 (patch)
tree0aeb06ae51038c2e5b24db8ff7b9129fa53d8729
parente8af0209324396c968701a930efb7223ecc91a4b (diff)
FixMyBarangay: let staff hide reports in their own barangay (i.e., won't work for departments/MICS yet..)
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyBarangay.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
index 53bf9f3b4..f785f12a9 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
@@ -55,5 +55,8 @@ sub send_questionnaires {
return 0;
}
+# let staff hide reports in their own barangay
+sub users_can_hide { 1 }
+
1;