diff options
author | Struan Donald <struan@exo.org.uk> | 2017-08-14 15:41:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-17 18:14:28 +0100 |
commit | 1c15d23b6950618d3518197352a3330390bd9c3e (patch) | |
tree | b83abfe2225625572415012ad26e3da078e2ac77 /CHANGELOG.md | |
parent | c492c421f6796684ea430f4fff8297ca5b14fbd6 (diff) |
allow body users to filter on all problem categories
Not just New/Fixed/Closed but the Investigating etc
Fixes #1790
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 95886d478..789a1e456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Body and category names can now be translated in the admin. #1244 - Body users can now create reports as an anonymous user. #1796 - Extra fields can be added to report form site-wide. #1743 + - Body users can filter reports by all states. #1790 - Front end improvements: - Always show pagination figures even if only one page. - Admin improvements: |