aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Roles/ConfirmValidation.pm
Commit message (Collapse)AuthorAgeLines
* [Peterborough] add title length restrictionStruan Donald2019-12-03-0/+6
| | | | Fixes mysociety/fixmystreet-freshdesk#102
* [UK] Fix couple of test warnings.Matthew Somerville2019-10-28-1/+1
| | | | Confirm phone validation, Westminster test name, BANES undef.
* [UK] fix line break in translated stringStruan Donald2018-11-26-2/+1
| | | | To avoid adding a new, but identical translation
* [UK] server side cobrand specific validationStruan Donald2018-11-26-0/+39
`report_check_for_errors` now fetches the cobrand for the current report and, if present, runs `report_validation` method from cobrand over the report.