KI-AGENT: Mailantworten und Entitätsverknüpfungen ergänzen
This commit is contained in:
@@ -366,6 +366,11 @@ const invitePortalUser = async () => {
|
||||
v-else-if="tab.label === 'Zeiten'"
|
||||
:platform="platform"
|
||||
/>
|
||||
<EmailEntityMessages
|
||||
v-else-if="tab.label === 'E-Mails'"
|
||||
:entity-type="type"
|
||||
:entity-id="props.item.id"
|
||||
/>
|
||||
<div v-else-if="tab.label === 'Wiki'" class="h-[600px] w-full overflow-hidden">
|
||||
<WikiEntityWidget
|
||||
:entity-type="type"
|
||||
@@ -410,6 +415,11 @@ const invitePortalUser = async () => {
|
||||
@updateNeeded="emit('updateNeeded')"
|
||||
:platform="platform"
|
||||
/>
|
||||
<EmailEntityMessages
|
||||
v-else-if="sub.label === 'E-Mails'"
|
||||
:entity-type="type"
|
||||
:entity-id="props.item.id"
|
||||
/>
|
||||
<!--<EntityShowSubPhases
|
||||
:item="props.item"
|
||||
:top-level-type="type"
|
||||
|
||||
Reference in New Issue
Block a user