diff --git a/src/boot/routes.js b/src/boot/routes.js index 2adbb928..0165ef6f 100644 --- a/src/boot/routes.js +++ b/src/boot/routes.js @@ -20,21 +20,6 @@ export default ({ app, router, store }) => { next() } } else { - /* ==== A VOIR ===== if (to.fullPath === '/user/fax-settings') { - if (store.getters['user/hasFaxCapability']) { - next() - } else { - next('/') - } - } else if (to.fullPath === '/user/customer/*') { - if (store.getters['user/isOldCSCProxyingAllowed']) { - next() - } else { - next('/') - } - } else { - next() - } */ // already authorized user switch (to.path) { case '/login': diff --git a/src/components/CscMainMenuTop.vue b/src/components/CscMainMenuTop.vue index bd4eb1f9..a3303bd0 100644 --- a/src/components/CscMainMenuTop.vue +++ b/src/components/CscMainMenuTop.vue @@ -204,13 +204,6 @@ export default { label: this.$t('Extension Settings'), visible: this.isPbxEnabled && this.hasSubscriberProfileAttributes(PROFILE_ATTRIBUTES_MAP.pbxSettings), children: [ - // Just hide the page to re-use later - // { - // to: '/user/extension-settings/general', - // icon: 'settings', - // label: this.$t('General'), - // visible: this.isPbxEnabled - // }, { to: '/user/extension-settings/call-queues', icon: 'filter_none', diff --git a/src/components/CscPage.vue b/src/components/CscPage.vue index 6c4e8add..c28b76b4 100644 --- a/src/components/CscPage.vue +++ b/src/components/CscPage.vue @@ -47,24 +47,3 @@ export default { } } - - - - - - - - - - - - - - - - - - - - - diff --git a/src/components/pages/PbxConfiguration/CscPbxModelSelect.vue b/src/components/pages/PbxConfiguration/CscPbxModelSelect.vue index c33cf9a1..435f3fdd 100644 --- a/src/components/pages/PbxConfiguration/CscPbxModelSelect.vue +++ b/src/components/pages/PbxConfiguration/CscPbxModelSelect.vue @@ -71,90 +71,6 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -