diff options
author | Jon Kristensen <info@jonkri.se> | 2017-06-28 23:48:42 +0200 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-07 22:02:03 +0100 |
commit | 8e44bc941b85f3a2e453c7434434e40755931a1b (patch) | |
tree | 169e07b75a46e082b484bde537d00d6740ca2eac /perllib | |
parent | a16583df5416925b0da4ab158fc494671939e4fe (diff) |
[FixaMinGata] Consolidate with upstream.
Add hook for post-title field content in report form.
Update translations.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/Open311.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm index b52cee0ea..999cb65cb 100644 --- a/perllib/Open311.pm +++ b/perllib/Open311.pm @@ -193,6 +193,7 @@ sub _generate_service_request_description { $description = "title: " . $problem->title . "\n\n$description"; } } elsif ($problem->cobrand eq 'fixamingata') { + $description .= "Titel: " . $problem->title . "\n\n"; $description .= "Beskrivning: " . $problem->detail . "\n\n"; $description .= "Länk till ärendet: " . $extra->{url} . "\n\n"; $description .= "Skickad via FixaMinGata\n"; |