Commented Own Fields

This commit is contained in:
2025-01-10 16:19:02 +01:00
parent f6accf0aa7
commit 0d949c7894

View File

@@ -155,7 +155,7 @@ const contentChanged = (content, datapoint) => {
Archivieren Archivieren
</template> </template>
<template #header> <template #header>
<span class="text-md text-black font-bold">Archivieren bestätigen</span> <span class="text-md text-black dark:text-white font-bold">Archivieren bestätigen</span>
</template> </template>
Möchten Sie das {{dataType.labelSingle}} {{item[dataType.templateColumns.find(i => i.title).key]}} wirklich archivieren? Möchten Sie das {{dataType.labelSingle}} {{item[dataType.templateColumns.find(i => i.title).key]}} wirklich archivieren?
</ButtonWithConfirm> </ButtonWithConfirm>
@@ -628,7 +628,7 @@ const contentChanged = (content, datapoint) => {
icon="i-heroicons-x-mark" icon="i-heroicons-x-mark"
/> />
</InputGroup> </InputGroup>
<div <!-- <div
v-if="profileStore.ownTenant.ownFields" v-if="profileStore.ownTenant.ownFields"
> >
<UDivider <UDivider
@@ -650,7 +650,7 @@ const contentChanged = (content, datapoint) => {
v-model="item.ownFields[field.key]" v-model="item.ownFields[field.key]"
/> />
</UFormGroup> </UFormGroup>
</div> </div>-->
</UFormGroup> </UFormGroup>
</UForm> </UForm>