From 5a2600209f38df1ae78f7689c9e0f45a7e82fea0 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 13 Jul 2024 13:41:18 +0200 Subject: [PATCH] Fixed recipe shopping list button feature flag relation (fixes #2552) --- changelog/76_UNRELEASED_xxxx-xx-xx.md | 1 + views/recipes.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/76_UNRELEASED_xxxx-xx-xx.md b/changelog/76_UNRELEASED_xxxx-xx-xx.md index 1d062727..66c69666 100644 --- a/changelog/76_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/76_UNRELEASED_xxxx-xx-xx.md @@ -23,6 +23,7 @@ ### Recipes - When self producing a product ("Produces product" recipe option) the name of the recipe is now added to the note field of the created stock entry +- Fixed that when `FEATURE_FLAG_STOCK_STOCK` was set to `false`, the "Put missing products on shopping list"-button was not visible ### Meal plan diff --git a/views/recipes.blade.php b/views/recipes.blade.php index ad82d44b..4e763ee9 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -341,7 +341,7 @@ data-recipe-name="{{ $recipe->name }}"> -