aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-02 12:30:59 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-02 12:30:59 +0100
commitf7bba1ad79d2087a834c6fcfcee9159c19e1b51a (patch)
tree31612eb1071fbb55b98813a9d0677c0701ef85fa /perllib/FixMyStreet/Cobrand/FixMyStreet.pm
parent6de4b1ca41697063b525ec854db98e6991a5fd70 (diff)
configure all reports problem style in the cobrand
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
index 97b4c3c8b..384b1b05b 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
@@ -6,6 +6,8 @@ sub restriction {
return {};
}
+sub all_reports_style { return 'detailed'; }
+
sub generate_problem_banner {
my ( $self, $problem ) = @_;