aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/ResponseTemplate.pm
Commit message (Collapse)AuthorAgeLines
* Add ‘state’ field to ResponseTemplate modelDave Arter2017-01-10-2/+4
|
* Extend response templates to work across all cobrandsDave Arter2016-09-08-2/+11
| | | | | | | | | | | This builds on the response templates in the Zürich cobrand: - Allow response templates to be assigned to categories - Also adds a auto_response flag, which will be used to automatically create updates when reports are made. - Include response templates select box on update form For mysociety/fixmystreetforcouncils#31
* Add user planned reports.Matthew Somerville2016-08-22-2/+3
| | | | | | A user with the appropriate permission can add/remove reports from their list of planned reports using a button on a report page. The list can be viewed at /my/planned.
* [Zurich] Response templates for report admin.Hakim Cassimally2015-10-06-0/+49
This provides a ResponseTemplate model that an admin/staff user can choose from when responding to problems. For mysociety/FixMyStreet-Commercial#671.