mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
[Fix filtering in swimlane view](49229e1723)
that was [broken since v2.29](https://github.com/wekan/wekan/issues/2213). Thanks to andresmanelli ! Closes #2213, Related #2209
This commit is contained in:
parent
24e47195e5
commit
8e36a2bc83
1 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Upcoming Wekan release
|
# v2.32 2019-02-28 Wekan release
|
||||||
|
|
||||||
This release adds the following [performance improvements](https://github.com/wekan/wekan/pull/2214), thanks to justinr1234:
|
This release adds the following [performance improvements](https://github.com/wekan/wekan/pull/2214), thanks to justinr1234:
|
||||||
|
|
||||||
|
|
@ -6,10 +6,9 @@ This release adds the following [performance improvements](https://github.com/we
|
||||||
- Bulk querying documents to reduce the number of mongo queries when loading a board;
|
- Bulk querying documents to reduce the number of mongo queries when loading a board;
|
||||||
- Ensure oplog is being used to query the database by providing a `sort` key when `limit` is used querying the `boards` collection.
|
- Ensure oplog is being used to query the database by providing a `sort` key when `limit` is used querying the `boards` collection.
|
||||||
|
|
||||||
and [fixes](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) the following bugs
|
and fixes the following bugs related to [Template features](https://github.com/wekan/wekan/issues/2209), thanks to andresmanelli:
|
||||||
related to [Template features](https://github.com/wekan/wekan/issues/2209), thanks to andresmanelli:
|
|
||||||
|
|
||||||
- [Filtering in swimlane view is broken since v2.29](https://github.com/wekan/wekan/issues/2213).
|
- [Fix filtering in swimlane view](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) that was [broken since v2.29](https://github.com/wekan/wekan/issues/2213).
|
||||||
|
|
||||||
Thanks to above GitHub users for their contributions.
|
Thanks to above GitHub users for their contributions.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue