Fixed that consuming partially fulfilled recipes was possible (fixes #1981)

This commit is contained in:
Bernd Bestel
2022-08-27 00:08:23 +02:00
parent c0d0b8fc90
commit f1bc2cc40f
3 changed files with 15 additions and 6 deletions

View File

@@ -66,3 +66,4 @@
- Endpoint `/stock/volatile`
- The field/property `missing_products` now also contains the `product` object
- Endpoint `/recipes/{recipeId}/consume`: Fixed (again) that consuming partially fulfilled recipes was possible, although an error was already returned in that case (and potentially some of the in stock ingredients were consumed in fact)