From 8e552f11464460449f025998ec11b327db423fc9 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 15 Aug 2021 10:46:37 +0200 Subject: [PATCH] Added changelog for #1581 --- changelog/63_UNRELEASED_xxxx.xx.xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/63_UNRELEASED_xxxx.xx.xx.md b/changelog/63_UNRELEASED_xxxx.xx.xx.md index a600fc4f..001aa5f2 100644 --- a/changelog/63_UNRELEASED_xxxx.xx.xx.md +++ b/changelog/63_UNRELEASED_xxxx.xx.xx.md @@ -3,6 +3,7 @@ - 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 - 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 - Optimized the meal plan page to be properly printable (thanks @MrKrisKrisu)