|
|
|
@ -30,13 +30,14 @@
|
|
|
|
{{ ringTimeout }}
|
|
|
|
{{ ringTimeout }}
|
|
|
|
{{ $t('seconds') }}
|
|
|
|
{{ $t('seconds') }}
|
|
|
|
<q-popup-edit
|
|
|
|
<q-popup-edit
|
|
|
|
|
|
|
|
v-slot="scope"
|
|
|
|
v-model="changedDestinationTimeout"
|
|
|
|
v-model="changedDestinationTimeout"
|
|
|
|
buttons
|
|
|
|
buttons
|
|
|
|
@before-show="$store.commit('callForwarding/popupShow', null)"
|
|
|
|
@before-show="$store.commit('callForwarding/popupShow', null)"
|
|
|
|
@save="updateRingTimeoutEvent()"
|
|
|
|
@save="updateRingTimeoutEvent($event)"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<csc-input
|
|
|
|
<csc-input
|
|
|
|
v-model="changedDestinationTimeout"
|
|
|
|
v-model="scope.value"
|
|
|
|
type="number"
|
|
|
|
type="number"
|
|
|
|
dense
|
|
|
|
dense
|
|
|
|
>
|
|
|
|
>
|
|
|
|
@ -277,9 +278,9 @@ export default {
|
|
|
|
await this.updateDestinationTimeout(payload)
|
|
|
|
await this.updateDestinationTimeout(payload)
|
|
|
|
this.$wait.end(this.waitIdentifier)
|
|
|
|
this.$wait.end(this.waitIdentifier)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
async updateRingTimeoutEvent () {
|
|
|
|
async updateRingTimeoutEvent (event) {
|
|
|
|
this.$wait.start('csc-cf-mappings-full')
|
|
|
|
this.$wait.start('csc-cf-mappings-full')
|
|
|
|
await this.updateRingTimeout({ ringTimeout: this.changedDestinationTimeout, subscriberId: this.subscriberId })
|
|
|
|
await this.updateRingTimeout({ ringTimeout: event, subscriberId: this.subscriberId })
|
|
|
|
this.$wait.end('csc-cf-mappings-full')
|
|
|
|
this.$wait.end('csc-cf-mappings-full')
|
|
|
|
},
|
|
|
|
},
|
|
|
|
setAnnouncement () {
|
|
|
|
setAnnouncement () {
|
|
|
|
|