lvverwaltung

This commit is contained in:
ma0048
2025-09-03 11:18:40 +02:00
parent 027be3e30e
commit 7b9c89437d
2 changed files with 2 additions and 2 deletions
@@ -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();
}
+1 -1
View File
@@ -251,7 +251,7 @@ export default {
</div>
</div>
</template>
<template #footer v-if="!readonly || !tagData.readonly">
<template #footer v-if="!readonly && !tagData.readonly">
<div class="d-flex justify-content-between w-100">
<div>
<button