Always navigate back to the previous page after saving a product (closes #364)

This commit is contained in:
Bernd Bestel
2019-09-22 09:03:59 +02:00
parent e5530e2058
commit 4c57bf8b9d
3 changed files with 3 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
- `FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING` to disable product opened tracking
- Fixed/refined some things regarding purchase/consume/inventory of products with enabled tare weight handling (nothing was broken, but the success popups may not displayed the correct amount that was posted)
- Fixed that "Spoil rate" and "Average shelf life" on the product card was wrong in most cases
- When going to the product edit page, after saving the product, it will now return to the page you were coming from
### Shopping list improvements
- Shopping lists now have a notes field (HTML/WYSIWYG editor, just to save some notes per shopping list)