diff --git a/src/components/pages/NewCallForward/CscNewCallForward.vue b/src/components/pages/NewCallForward/CscNewCallForward.vue index 6e7d0ba5..a14db3ab 100644 --- a/src/components/pages/NewCallForward/CscNewCallForward.vue +++ b/src/components/pages/NewCallForward/CscNewCallForward.vue @@ -130,7 +130,8 @@ return { groupInCreation: false, groupsLoading: false, - toggleDefaultNumber: true + toggleDefaultNumber: true, + selectedDestType: null }; }, async mounted(){ @@ -163,6 +164,7 @@ }, methods: { async addForwardGroup(){ + // TODO check this.selectedDestType and toggle proper logic this.groupInCreation = true; if(this.toggleDefaultNumber){ const timeoutFwdGroup = await this.$store.dispatch('newCallForward/getForwardGroupByName', 'timeout'); diff --git a/src/components/pages/NewCallForward/CscNewCallForwardDestinationsetTypeSelect.vue b/src/components/pages/NewCallForward/CscNewCallForwardDestinationsetTypeSelect.vue index 5b981c9c..c3357c03 100644 --- a/src/components/pages/NewCallForward/CscNewCallForwardDestinationsetTypeSelect.vue +++ b/src/components/pages/NewCallForward/CscNewCallForwardDestinationsetTypeSelect.vue @@ -4,10 +4,16 @@ >