TT#139201 Issue - AutoAttendant - Prevent user from adding multiple slots with the same slot number

Change-Id: I01dfdd976125e9bb8af9250499ff979bf8178644
mr10.1.1
Hugo Zigha 4 years ago committed by Hugo Zigha
parent 6f1b7fad19
commit b0536ec9ae

@ -1,13 +1,14 @@
import { getAutoAttendants, editSubscriberSlots } from '../api/pbx-auto-attendants'
import { getSubscribers } from '../api/subscriber'
import { displayName } from 'src/filters/subscriber'
export default {
namespaced: true,
state: {
slots: [],
newSlots: [],
subscribers: [],
slotsNumbers: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
slotsNumbers: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
},
getters: {
slots (state) {

Loading…
Cancel
Save