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
The easiest scenario on hop example (the same works for any ingredient that impacts beer parameter calculations):
add some hop item to the recipe, it will get added with 0,0 mass amount
change the amount to e.g 100g and see the IBU changed on the recipe details
remove the hop you just added and observe that the IBU did not change (issue).
There are 2 actions that update the beer recipe calculations:
changing the parameters of any ingredient entry in the recipe (on the hop example you can change the Amount or Use values). So if you remove the hop entry the IBU will not change, but if you just update any other ingredient on the recipe the calculations will update
dragging and dripping new ingredient from the let hand side BtTreeView.
The text was updated successfully, but these errors were encountered:
eltomek
changed the title
Removing an ingredient from the recipe does not update calculated beer parameters
Removing ingredient from the recipe does not update calculated beer parameters
Jan 21, 2017
The easiest scenario on hop example (the same works for any ingredient that impacts beer parameter calculations):
There are 2 actions that update the beer recipe calculations:
BtTreeView
.The text was updated successfully, but these errors were encountered: