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

@@ -70,6 +70,7 @@ $app->group('', function()
$this->get('/recipe/{recipeId}', '\Grocy\Controllers\RecipesController:RecipeEditForm');
$this->get('/recipe/{recipeId}/pos/{recipePosId}', '\Grocy\Controllers\RecipesController:RecipePosEditForm');
$this->get('/mealplan', '\Grocy\Controllers\RecipesController:MealPlan');
$this->get('/recipessettings', '\Grocy\Controllers\RecipesController:RecipesSettings');
}
// Chore routes