diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-24 18:47:13 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-24 18:47:13 +0100 |
commit | f77037ecdc9e248f91de980d1b2ac94a220f49e9 (patch) | |
tree | 6b484879648106524332819fa58d80f0af36bb5d | |
parent | 260fc363d45fb49b09f8ea27625c9c275bc2848e (diff) |
[UK] No FMS graph link on UK cobrand pages.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/UKCouncils.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/UKCouncils.pm b/perllib/FixMyStreet/Cobrand/UKCouncils.pm index 290f46d9e..21dd2d455 100644 --- a/perllib/FixMyStreet/Cobrand/UKCouncils.pm +++ b/perllib/FixMyStreet/Cobrand/UKCouncils.pm @@ -279,6 +279,8 @@ sub admin_allow_user { return $user->from_body->areas->{$self->council_area_id}; } +sub admin_show_creation_graph { 0 } + sub available_permissions { my $self = shift; |