dboehmer / coocook

👨‍🍳🦉 Web application for collecting recipes and making food plans
https://coocook.org/
Other
11 stars 2 forks source link

Fix dish update logic #113

Closed moseschmiedel closed 4 years ago

moseschmiedel commented 4 years ago

In Controller::Dish a purchase list item of an ingredient now gets deleted when an ingredient gets deleted and no other ingredients are assigned to it. Before deleting the item it is checked if the item exists.

moseschmiedel commented 4 years ago

Fixes #110

moseschmiedel commented 4 years ago

Please squash the commits when rebasing.