diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-09 17:02:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-28 13:16:39 +0100 |
commit | 22c12ab78128788bb44b8567d8735671b73b02e6 (patch) | |
tree | 11fa75561358f257accc3f321aec352cf0c6f124 /CHANGELOG.md | |
parent | 60629c93d6f6ebb48ba00e16abffd8df4df79abe (diff) |
Remove need for category_extras ajax call.
Add by_category output to the /report/new/ajax call, containing all the data
that /report/new/category_extras returns for one category. Then alter the JS
to use that data immediately when needed.
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 cee2291e5..5bc867714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - “Report another problem here” button on report confirmation page #2198 - Button in nav bar now makes it easier to report again in the same location #2195 - Shrink OpenLayers library a bit. #2217 + - Remove need for separate per-category ajax call. #1201 - Admin improvements: - Mandatory defect type selection if defect raised. - Send login email button on user edit page #2041 |