diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-25 21:57:39 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-29 09:52:03 +0100 |
commit | 4ca7c78c3a3edabbb7466bfd7d519be83d11a89a (patch) | |
tree | 9d91b16d97d573403dd0164fc5765aadcedfd4fa /CHANGELOG.md | |
parent | 7fb251eb773782e1b0faccc41b5e2aee8f3db18c (diff) |
Show "Fixed" for fixed states only when warranted.
There were a couple of places where the three fixed states were all
displaying as "Fixed" in a dropdown.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 775328559..499bd55e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Update map size if an extra column has appeared. - Improve performance of various pages. #1799 - Duplicate list not loading when phone number present. #1803 + - Don't list multiple fixed states all as Fixed in dropdown. #1824 - Development improvements: - `switch-site` script to automate switching config.yml files. #1741 - `make_css --watch` can run custom script after each compilation. |