diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md index 06d9f6e3..ca4d540f 100644 --- a/changelog/55_UNRELEASED_2019-xx-xx.md +++ b/changelog/55_UNRELEASED_2019-xx-xx.md @@ -4,7 +4,10 @@ - From there you can also edit the stock entries - A huge THANK YOU goes to @kriddles for the work on this feature -## Recipe improvements +### Shopping list fixes +- Fixed that when `FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS` was set to `false`, the shopping list appeared empty after some actions + +### Recipe improvements - When adding or editing a recipe ingredient, a dialog is now used instead of switching between pages (thanks @kriddles) ### Meal plan fixes diff --git a/views/shoppinglist.blade.php b/views/shoppinglist.blade.php index 706ed3af..08d3cfb3 100644 --- a/views/shoppinglist.blade.php +++ b/views/shoppinglist.blade.php @@ -45,6 +45,8 @@ --> +@else + @endif