mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
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:
parent
8da13ab22b
commit
0be672aa48
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user