TT#133950 Update expand param in /api/autoattendants request

Change-Id: Id33ba477cb1582fe2fb73db87b5d77dc4dfd3707
mr10.0
Hugo Zigha 4 years ago
parent 62fb7e9b29
commit b5ac2e0d52

@ -2,7 +2,7 @@ import Vue from 'vue'
import { patchReplaceFull } from 'src/api/common'
export async function getAutoAttendants (options) {
const params = { ...options, ...{ expand: 1 } }
const params = { ...options, ...{ expand: 'all' } }
const res = await Vue.http.get('api/autoattendants/', {
params: params
})

Loading…
Cancel
Save