Added changelog for #1557

This commit is contained in:
Bernd Bestel
2021-08-04 16:37:08 +02:00
parent a79247a30c
commit 9f9b9d864e

View File

@@ -2,3 +2,4 @@
- Fixed that when having any "Track date only" chore on the calendar, the iCal export was broken - Fixed that when having any "Track date only" chore on the calendar, the iCal export was broken
- Fixed that the upgrade failed when having unsupported parent/child product nesting levels - Fixed that the upgrade failed when having unsupported parent/child product nesting levels
- More information on this: Only 1 level is currently supported; creating > 1 level nestings was _never_ possible via the UI/frontend, but not checked/enforced by the backend before `v3.0.0` - so it was potentially possible via the API (or any third party app/tool which utilizes it) to create such a nesting which then made this upgrade to fail - More information on this: Only 1 level is currently supported; creating > 1 level nestings was _never_ possible via the UI/frontend, but not checked/enforced by the backend before `v3.0.0` - so it was potentially possible via the API (or any third party app/tool which utilizes it) to create such a nesting which then made this upgrade to fail
- Fixed that the "Stock by-barcode" API routes were broken (thanks @larsverp)