Merge branch 'develop' into feature/vue3

# Conflicts:
#	.gitignore
#	recipes/settings.py
This commit is contained in:
vabene1111
2024-12-30 14:48:10 +01:00
6 changed files with 35 additions and 24 deletions

View File

@@ -238,7 +238,7 @@ export default {
if (e.recipe_mealplan !== null) {
let recipe_name = e.recipe_mealplan.recipe_name
if (recipes.indexOf(recipe_name) === -1) {
if (recipes.indexOf(recipe_name) === -1 && recipe_name !== undefined) {
recipes.push(recipe_name.substring(0, 14) + (recipe_name.length > 14 ? '..' : ''))
}