KI-AGENT: Telefonie Nebenstellen in Einstellungen integrieren

This commit is contained in:
2026-05-22 15:55:06 +02:00
parent da9cad1513
commit 520052e71a
12 changed files with 922 additions and 780 deletions

View File

@@ -445,6 +445,17 @@ onMounted(async () => {
</UFormField>
</UForm>
</UCard>
<TelephonyExtensionField
v-if="!pending && profile"
class="mt-3"
target-type="user"
:target-id="profile.user_id"
:display-name="profile.full_name || `${profile.first_name || ''} ${profile.last_name || ''}`.trim()"
title="Telefonie"
description="Lege fest, unter welcher Nebenstelle dieser Benutzer erreichbar ist."
/>
<UCard v-if="!pending && profile" class="mt-3">
<USeparator label="Vertragsinformationen" />