Added settings override fields to article.

This commit is contained in:
2026-02-02 19:18:03 +01:00
parent 544b6ee5fc
commit 88a48b2e46
7 changed files with 184 additions and 43 deletions
+4
View File
@@ -286,6 +286,10 @@ export const useLabelEditorStore = defineStore('label_editor_store', {
this.article.origin = updatedArticle.origin;
this.article.description = updatedArticle.description;
this.article.ingredients = updatedArticle.ingredients;
this.article.mhd = updatedArticle.mhd;
this.article.bio_origin = updatedArticle.bio_origin;
this.article.bio_info = updatedArticle.bio_info;
this.article.allergens_text = updatedArticle.allergens_text;
this.addNotification(false, 'Artikel "' + article.name + '" aktualisiert');
} catch {