TT#124265 SubscriberProfiles - Integrate block_in_list

Change-Id: I4d6e5ce8cfdb69b8d12f953b3414ab97dbd66de9
mr9.5.2
Carlo Venusino 4 years ago
parent 255fb80053
commit 202d8e0ee0

@ -66,6 +66,9 @@
</q-item>
</q-list>
</div>
<div
v-if="hasSubscriberProfileAttribute(blockList)"
>
<div
class="row justify-center q-mb-lg"
>
@ -111,6 +114,7 @@
>
{{ $t('No numbers found') }}
</div>
</div>
</csc-page>
</template>
@ -135,6 +139,10 @@ export default {
pageName: {
type: String,
default: 'incoming'
},
blockList: {
type: String,
default: null
}
},
data () {
@ -160,6 +168,9 @@ export default {
'isAnonymousBlocked',
'isAnonymousBlockRequesting'
]),
...mapGetters('user', [
'hasSubscriberProfileAttribute'
]),
toggleButtonLabel () {
if (!this.enabled) {
return this.getTranslation('toggleEnableLabel')

@ -2,6 +2,7 @@
<csc-call-blocking
id="csc-page-call-blocking-incoming"
page-name="incoming"
block-list="block_in_list"
/>
</template>

Loading…
Cancel
Save