Rename body parameter (#18)
This commit is contained in:
parent
f4fa58f4ef
commit
847ab14a13
|
@ -295,7 +295,7 @@
|
||||||
this.setStatusInBulk({
|
this.setStatusInBulk({
|
||||||
collectionID: this.collectionID,
|
collectionID: this.collectionID,
|
||||||
groupID: this.groupID,
|
groupID: this.groupID,
|
||||||
bodyParams: procedure.newValue
|
bodyParams: { value: procedure.newValue }
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.finalizeProcedure(criterion)
|
this.finalizeProcedure(criterion)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue