TT#124257 SubscriberProfiles - As Subscriber, I want to see the "Speeddial"-Feature if I have the permission to do so

Change-Id: I6005d6e5bf468b96a0671d659b521033d694f16b
mr9.5.2
Carlo Venusino 4 years ago
parent df1df09406
commit 255fb80053

@ -117,7 +117,7 @@ export default {
to: '/user/speeddial',
icon: 'touch_app',
label: this.$t('Speed Dial'),
visible: true
visible: this.hasSubscriberProfileAttribute('speed_dial')
},
{
to: '/user/reminder',

@ -142,7 +142,8 @@ export default function routes (app) {
component: CscPageSpeedDial,
meta: {
title: i18n.t('Speed Dial'),
subtitle: i18n.t('Set your speed dials')
subtitle: i18n.t('Set your speed dials'),
profileAttribute: 'speed_dial'
}
},
{

Loading…
Cancel
Save