Fixed meal plan did not load when a containing recipe was deleted (closes #361)

This commit is contained in:
Bernd Bestel
2019-09-21 09:18:40 +02:00
parent ab44566890
commit 327c1f4fb3
4 changed files with 24 additions and 2 deletions

View File

@@ -47,6 +47,7 @@
- New option "price factor" per recipe ingredient (defaults to `1`) - the resulting costs of the recipe ingredient will be multiplied by that factor
- Use this for example for spices in combination with "Only check if a single unit is in stock" to not take the full price of a pack of pepper into account for a recipe
- The search field on the recipe overview page now also searches for product names of recipe ingredients (means it's possible to search an recipe by a product name)
- Fixed a problem where the meal plan did not load when a recipe, which was already added to a the meal plan, was deleted
### Chores improvements
- Chores can now be assigned to users