aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-03-25 14:42:49 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-03-27 09:57:01 +0000
commit26f8e67e8f08e77587dfc736a3e0634708a2bfd7 (patch)
treefcdb462f5a61336a0c8ee191c92dd73a8e608d42 /CHANGELOG.md
parent36ece378eb70da1666671b32ab99d8b0b242d807 (diff)
Stop category_change firing more than it should.
Previously, when update_pin was called, category change events were fired: 1. if category wasn't blank, 2. if category groups were enabled, and 3. if category groups were enabled, a group was selected, and a category was not. Now we sort out everything inside the category_groups setup function, only triggering a change event once, at the end.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b00ba1ac..6cadc9bee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@
- Check better if extra question has values.
- Stop filter category overriding chosen category.
- Allow things to reset if "Pick a category" picked.
+ - Stop category_change firing more than it should.
- Development improvements:
- Make front page cache time configurable.
- Better working of /fakemapit/ under https.