Include product_group in recipe ingredient list (#556)

* Include product_group in recipe ingredient list

* Delete 0098.sql

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
kriddles
2020-02-10 11:04:57 -06:00
committed by GitHub
parent 6b8169a1f1
commit c5f38689fa
7 changed files with 63 additions and 13 deletions

View File

@@ -108,6 +108,9 @@ DefaultUserSetting('batteries_due_soon_days', 5);
# Tasks settings
DefaultUserSetting('tasks_due_soon_days', 5);
# Recipe settings
DefaultUserSetting('recipe_ingredient_display_product_group', false); // Display the product group information in the ingredient list
# If the page should be automatically reloaded when there was
# an external change
DefaultUserSetting('auto_reload_on_db_change', true);