MT#58238 CSC: selected NCOS/NCOSset cannot be removed

Change-Id: I8166713eac991efd716569e25ecdb4ebe2951b3c
mr12.0
Hugo Zigha 2 years ago
parent 276ebf3fc4
commit 8e7c0ad2b2

@ -14,6 +14,8 @@
<q-select
v-if="hasSubscriberProfileAttribute('ncos') && (isPbxAdmin || !isPbxEnabled)"
v-model="ncosLevel"
use-chips
radio
emit-value
map-options
:options="ncosOptions"
@ -35,6 +37,8 @@
<q-select
v-if="hasSubscriberProfileAttribute('ncos_set') && (isPbxAdmin || !isPbxEnabled)"
v-model="ncosSet"
use-chips
radio
emit-value
map-options
:options="ncosSetOptions"

Loading…
Cancel
Save