mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
1.3 KiB
1.3 KiB
- Fixed that the upgrade failed when having "> 2 times duplicate" (means the same barcode was added more than 2 times) product barcodes
- 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
- 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
- Fixed that the "Stock by-barcode" API routes were broken (thanks @larsverp)
- Fixed that the "Stock by-barcode" API routes also accepted chore or battery grocycodes (thanks @lowlee)
- Fixed that it was not possible to select a chore/battery on the corresponding tracking pages by mouse/touch
- Fixed that grouping by columns in tables may caused duplicate groups
- Fixed that grocycode camera barcode scanning didn't recognize the scanned code for chore/battery tracking
- Fixed that
missing_productsof the/stock/volatileendpoint also returned incactive products - Optimized the meal plan page to be properly printable (thanks @MrKrisKrisu)