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
Debian bookworm with gourmand deb package 1.1.0+really1.1.0~rc3-3
I can not add a recipe as an ingredient.
Steps to reproduce:
In the ingredient list click on Add recipe. The window Choose recipe opens.
Select a row and click on OK. A dialog opens: You haven't selected any recipes!
Close the popup. An empty ingredient row is created and the following python error is thrown:
File "/usr/lib/python3/dist-packages/gourmand/reccard.py", line 2969, in response_cb
self.ok()
File "/usr/lib/python3/dist-packages/gourmand/reccard.py", line 2998, in ok
self.ingEditor.ingtree_ui.ingController.add_ingredient_from_kwargs(
File "/usr/lib/python3/dist-packages/gourmand/reccard.py", line 1752, in add_ingredient_from_kwargs
self.update_ingredient_row(
TypeError: IngredientController.update_ingredient_row() got an unexpected keyword argument 'refid'
Instead of clicking on OK in step 2 you can double-click on a recipe. A dialog opens: How much of "My Recipe" does your recipe call for? Click on OK and you will end up with the same You haven't selected any recipes! dialog.
The text was updated successfully, but these errors were encountered:
Debian bookworm with gourmand deb package 1.1.0+really1.1.0~rc3-3
I can not add a recipe as an ingredient.
Steps to reproduce:
Add recipe
. The windowChoose recipe
opens.OK
. A dialog opens:You haven't selected any recipes!
Instead of clicking on
OK
in step 2 you can double-click on a recipe. A dialog opens:How much of "My Recipe" does your recipe call for?
Click onOK
and you will end up with the sameYou haven't selected any recipes!
dialog.The text was updated successfully, but these errors were encountered: