mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-07 22:45:22 +02:00
feat: Remove "Is Food" and "Disable Amounts" Flags (#5684)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
efc0d31724
commit
245ca5fe3b
49 changed files with 173 additions and 364 deletions
1
tests/fixtures/fixture_shopping_lists.py
vendored
1
tests/fixtures/fixture_shopping_lists.py
vendored
|
@ -12,7 +12,6 @@ def create_item(list_id: UUID4) -> dict:
|
|||
"shopping_list_id": str(list_id),
|
||||
"checked": False,
|
||||
"position": 0,
|
||||
"is_food": False,
|
||||
"note": random_string(10),
|
||||
"quantity": 1,
|
||||
"unit_id": None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue