From e16ccb64231d6ebae263a435768fdafe8957f8cd Mon Sep 17 00:00:00 2001 From: Carlo Venusino Date: Tue, 1 Jun 2021 16:05:58 +0200 Subject: [PATCH] TT#124277 SubscriberProfiles - Integrate cfu/cfb/cfna/cft TT#124407 SubscriberProfiles - Show all features if no SubscriberProfile and no SubscriberProfileSet is set Change-Id: Ibfa3ae28ec40fd1b0a7221ed77e903884d6907cd --- src/components/call-forwarding/CscCfGroupTitle.vue | 7 +++++-- src/pages/CscPageCf.vue | 8 ++++++++ src/store/user.js | 5 ++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/components/call-forwarding/CscCfGroupTitle.vue b/src/components/call-forwarding/CscCfGroupTitle.vue index 318346b0..5807a3c2 100644 --- a/src/components/call-forwarding/CscCfGroupTitle.vue +++ b/src/components/call-forwarding/CscCfGroupTitle.vue @@ -186,7 +186,7 @@ > import _ from 'lodash' import { - mapActions + mapActions, mapGetters } from 'vuex' import CscMoreMenu from 'components/CscMoreMenu' import CscPopupMenuItemDelete from 'components/CscPopupMenuItemDelete' @@ -315,6 +315,9 @@ export default { } }, computed: { + ...mapGetters('user', [ + 'hasSubscriberProfileAttribute' + ]), clickableClasses () { return ['cursor-pointer', 'text-weight-bold', 'text-primary'] }, diff --git a/src/pages/CscPageCf.vue b/src/pages/CscPageCf.vue index 0c72664b..af9a1f1a 100644 --- a/src/pages/CscPageCf.vue +++ b/src/pages/CscPageCf.vue @@ -4,6 +4,7 @@ class="q-pa-lg" >