The NCOS and NCOS Sets visibility was restricted to normal subscribers or PBX subscriber administrators. Therefore it was not visible to PBX subscribers that are not administrators.: Change-Id: I6028c4e3c8537b193b009ae2cd7408cc245dc822
@ -12,7 +12,7 @@
no-wrap
>
<q-select
v-if="hasSubscriberProfileAttribute('ncos') && (isPbxAdmin || !isPbxEnabled)"
v-if="hasSubscriberProfileAttribute('ncos')"
v-model="ncosLevel"
use-chips
radio
@ -35,7 +35,7 @@
</template>
</q-select>
v-if="hasSubscriberProfileAttribute('ncos_set') && (isPbxAdmin || !isPbxEnabled)"
v-if="hasSubscriberProfileAttribute('ncos_set')"
v-model="ncosSet"
@ -87,9 +87,7 @@ export default {
},
computed: {
...mapGetters('user', [
'hasSubscriberProfileAttribute',
'hasSubscriberProfileAttribute'
'isPbxAdmin',
'isPbxEnabled'
]),
hasNcosChanged () {
return this.ncosLevel !== this.originalNcosLevel