aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311/UpdatesBase.pm
Commit message (Collapse)AuthorAgeLines
* Centralise update creation to include fields.Matthew Somerville2020-07-14-5/+0
| | | | | | Given the user, we can infer the name if not provided, and the extra data if a staff user. We can also provide defaults for various other fields. Always have superuser take precedence over from_body.
* Factor out/default Open311 construction object.Matthew Somerville2020-07-06-15/+22
| | | | This simplifies the code wherever used.
* Rewrite open311-update-reports to share code.Matthew Somerville2020-07-06-0/+281
Make GetUpdates and GetServiceRequestUpdates share a common base; spot all visible states.