Exclude tasks without an due date from the iCal export (fixes #1745)

This commit is contained in:
Bernd Bestel
2022-01-11 20:54:23 +01:00
parent ec75779bf3
commit 8ec0d9319b
3 changed files with 2 additions and 8 deletions

View File

@@ -8,4 +8,5 @@
- Fixed that the logout button/menu was missing when using external authentication (e.g. LDAP)
- Fixed that the consume page/dialog wasn't properly initialized when opening it from the stock entries page
- Fixed that entries for not existing users were missing on the stock journal
- Fixed that when having a Task without a due date, the iCal export was broken
- The API endpoint `/stock/shoppinglist/clear` has now a new optional request body parameter `done_only` (to only remove done items from the given shopping list, defaults to `false`)