Changelog for the upcomming release (preview)
Fix
- Archive, restore and delete polls in poll list was missing, braught the options back to the action menu
- fix a situation, where votes of a non existing poll are requested
- Fix getting group members
New
- Added an endpoint to the Api to be able to fetch the acl of a poll
What's Changed
🚀 Enhancements
- add common indices by @dartcafe in #3421
- updated strings and rearrangement of admin settings by @dartcafe in #3422
- Improve API documentation by @Bagoult in #3455
- Allow to remove the poll list from the navigation by admin setting by @dartcafe in #3461
- Optimize poll loading by @dartcafe in #3460
- Count user's votes by subquery by @dartcafe in #3477
- Enable chunk loading polls in list and limit polls in navigation. by @dartcafe in #3479
🐛 Fixed bugs
Other Changes
- Default to "My polls" view by @artonge in #3450
- Revert "Default to "My polls" view" by @artonge in #3454
- refactoring of polls list with leaner flexbox by @dartcafe in #3458
New Contributors
Full Changelog: v7.0.3...v7.1.0-beta1