Another Fix
This commit is contained in:
parent
10f0c14734
commit
96f0d8b8df
|
|
@ -157,7 +157,7 @@ class FreepbxManager {
|
||||||
|
|
||||||
async updateExtName(ext, name) {
|
async updateExtName(ext, name) {
|
||||||
const query = gql`
|
const query = gql`
|
||||||
mutation updateExt($ext: ID!, $name: String, $password: String) {
|
mutation updateExt($ext: ID!, $name: String) {
|
||||||
updateExtension(input: {
|
updateExtension(input: {
|
||||||
extensionId: $ext
|
extensionId: $ext
|
||||||
name: $name
|
name: $name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue