0
0
Fork 0

feat: add acl in description button

This commit is contained in:
Javier Segarra 2025-01-16 12:45:24 +01:00
parent b89293a9a3
commit 3ab3f146d4
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ async function handleSave() {
v-model="row.ticketServiceTypeFk" v-model="row.ticketServiceTypeFk"
:options="ticketServiceOptions" :options="ticketServiceOptions"
option-label="name" option-label="name"
:roles-allowed-to-create="['administrative']"
option-value="id" option-value="id"
hide-selected hide-selected
> >