Fixed that when FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS was set to false, the shopping list appeared empty after some actions (fixes #428)

This commit is contained in:
Bernd Bestel 2020-01-03 13:35:48 +01:00
parent 8da13ab22b
commit 0be672aa48
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -45,6 +45,8 @@
</div>-->
</div>
</div>
@else
<input type="hidden" name="selected-shopping-list" id="selected-shopping-list" value="1">
@endif
<div class="row d-print-none">