You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you add a recipe to the shopping list, the recipe appears at the bottom of the list and has the option to be doubled/tripled/etc. Using this feature will add the entire list of ingredients to the shopping list, even ingredients that are marked as "on hand" and were successfully identified as unnecessary during the original "add to shopping list" step.
Steps to Reproduce
Prerequisites
Have some ingredients that are on hand
Have a recipe that includes some on-hand ingredients
Steps
Add the recipe to the shopping list
Note that by default, not all ingredients are checked because some are "on hand"
Review the shopping list. Note that only the checked items appear.
Possibly notable: I checked off/delete other ingredients from other recipes before the next step
At the bottom of the shopping list page, find the recipe you added ingredients for
Select the + button to double the recipe
Notice that all ingredients have been added to the list, even items that are still "on hand"
Please provide relevant logs
Browser
Console
No browser console logs are generated.
Network
POST /api/households/shopping/lists/38a359dd-84a6-4f15-9c41-9e563a3a9cc5/recipe/a3fa7e88-0991-4ae5-9bfb-697854ef8ab0
{
"recipeIncrementQuantity": 1,
"recipeIngredients": null
}
Docker
mealie | INFO 2024-11-12T10:37:44 - [10.11.12.13:0] 200 OK "POST /api/households/shopping/lists/38a359dd-84a6-4f15-9c41-9e563a3a9cc5/recipe/a3fa7e88-0991-4ae5-9bfb-697854ef8ab0 HTTP/1.1"
mealie | INFO 2024-11-12T10:37:44 - [10.11.12.13:0] 200 OK "GET /api/households/shopping/lists/38a359dd-84a6-4f15-9c41-9e563a3a9cc5 HTTP/1.1"
alexxxxxxxandria
changed the title
[BUG] - Shopping List does not consider "on hand" when doubling recipe (v2.1.0)
[BUG] - Shopping List does not consider "on hand" when doubling recipe (v2.0.0)
Nov 12, 2024
First Check
What is the issue you are experiencing?
When you add a recipe to the shopping list, the recipe appears at the bottom of the list and has the option to be doubled/tripled/etc. Using this feature will add the entire list of ingredients to the shopping list, even ingredients that are marked as "on hand" and were successfully identified as unnecessary during the original "add to shopping list" step.
Steps to Reproduce
Prerequisites
Steps
+
button to double the recipePlease provide relevant logs
Browser
Console
No browser console logs are generated.
Network
Docker
Mealie Version
Docker
ghcr.io/mealie-recipes/mealie:v2.0.0@sha256:332a3b04567cc4818238792807485913692b54b3cc5d7d7b24fae3262210df14
UI
Build
a7c8b33cca37882f687a0528f93631545de74f1d
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: