diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-20 17:15:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-21 10:07:00 +0000 |
commit | 767ec841d0e71e6bf0af8e9542bcc09ec2b64440 (patch) | |
tree | 4d4f46bb5f9307cd891610cac9e9bf4b6cf02bac /CHANGELOG.md | |
parent | 31e3491dbbcd41fec6911e38078464b2be0fb1ca (diff) |
Don't ask for email on alert signup if logged in.
The “Get updates” flow on a report page, if logged in, was showing
an input label but no input field (because one is not needed), but
then on submission asking for your email address. Add missing name
on submit button to fix this.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 085fcecb1..c7d5d4bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,11 @@ - Delete cache photos upon photo moderation. #2374 - Remove any use of `my $x if $foo`. #2377 - Fix saving of inspect form data offline. - - Add CSRF and time to contact form. - - Make sure admin metadata dropdown index numbers are updated too. - - Fix issue with Open311 codes starting with ‘_’. - - Add parameter to URL when “Show older” clicked. + - Add CSRF and time to contact form. #2388 + - Make sure admin metadata dropdown index numbers are updated too. #2369 + - Fix issue with Open311 codes starting with ‘_’. #2391 + - Add parameter to URL when “Show older” clicked. #2397 + - Don't ask for email on alert signup if logged in. #2402 - Development improvements: - Make front page cache time configurable. - Better working of /fakemapit/ under https. |