diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-01 11:30:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-01 11:30:53 +0100 |
commit | 094e926d6c62bc8e9e45e69ec256744cda169d7d (patch) | |
tree | 175c02563e3386a89461d63c77f76a541f628920 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | e7c62cbd10d8d751b816517939ccf466f5e804dd (diff) |
Send back a list of titles in new report ajax details
This is so that the mobile app can use the list to build the appropriate
UI as fixing the HTML that is sent for the site is too awful.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 3c7580eb1..f648225ae 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -97,6 +97,9 @@ sub tweak_all_reports_map { } } +sub title_list { + return ["MR", "MISS", "MRS", "MS", "DR"]; +} 1; |