aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
index bf7690990..5f5389e0d 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
@@ -316,4 +316,12 @@ sub must_have_2fa {
return 0;
}
+sub send_questionnaire {
+ my ($self, $problem) = @_;
+ my $cobrand = $problem->get_cobrand_logged;
+ return 0 if $cobrand->moniker eq 'tfl';
+ return 0 if $problem->to_body_named('TfL');
+ return 1;
+}
+
1;