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

Change-Id: I8166713eac991efd716569e25ecdb4ebe2951b3c
(cherry picked from commit 8e7c0ad2b2)
mr11.5
Hugo Zigha 3 years ago committed by Marco Capetta
parent a4444638f8
commit 8d163bdeb2

@ -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