Changes
This commit is contained in:
@@ -54,7 +54,7 @@ const sendMessage = async () => {
|
||||
tenant: dataStore.currentTenant,
|
||||
profile: i.id,
|
||||
initiatingProfile: dataStore.activeProfile.id,
|
||||
title: `Sie wurden im Chat ${itemInfo.value.name} erwähnt`,
|
||||
title: `Sie haben eine neue Nachricht im Chat ${itemInfo.value.name}`,
|
||||
link: `/chats/show/${itemInfo.value.id}`,
|
||||
message: message.text
|
||||
}
|
||||
|
||||
@@ -940,7 +940,9 @@ setupPage()
|
||||
<UFormGroup
|
||||
label="Kunde:"
|
||||
>
|
||||
<InputGroup>
|
||||
<InputGroup
|
||||
class="w-full"
|
||||
>
|
||||
<USelectMenu
|
||||
:options="dataStore.customers"
|
||||
option-attribute="name"
|
||||
|
||||
@@ -47,6 +47,9 @@ const setKeys = () => {
|
||||
quickactions: i.quickactions || []
|
||||
}
|
||||
})
|
||||
|
||||
itemInfo.value.initialPhases[0].active = true
|
||||
|
||||
}
|
||||
|
||||
const setupPage = async() => {
|
||||
|
||||
Reference in New Issue
Block a user