From 7b9c89437d742c63d89b281df7f7cf05a0c93f94 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Wed, 3 Sep 2025 11:18:40 +0200 Subject: [PATCH] lvverwaltung --- public/js/components/LVVerwaltung/Setup/Table.js | 2 +- public/js/components/Tag/Tag.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/components/LVVerwaltung/Setup/Table.js b/public/js/components/LVVerwaltung/Setup/Table.js index 5b4d45c24..5360c3525 100644 --- a/public/js/components/LVVerwaltung/Setup/Table.js +++ b/public/js/components/LVVerwaltung/Setup/Table.js @@ -445,7 +445,7 @@ export default { if (!tagExists) { addedTag.id = tag.id; - tags.push({ ...addedTag }); + tags.unshift({ ...addedTag }); targetRow.update({ tags: JSON.stringify(tags) }); targetRow.reformat(); } diff --git a/public/js/components/Tag/Tag.js b/public/js/components/Tag/Tag.js index 847889653..193264d72 100644 --- a/public/js/components/Tag/Tag.js +++ b/public/js/components/Tag/Tag.js @@ -251,7 +251,7 @@ export default { -