Merged in bugfix/PMCORE-3157 (pull request #8088)
PMCORE-3157 Approved-by: Fabio Guachalla Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Rodrigo Quelca
commit
bc45cb579f
@@ -212,7 +212,9 @@ export let cases = {
|
||||
unpause(data) {
|
||||
return Api.update({
|
||||
service: "UNPAUSE_CASE",
|
||||
data: {},
|
||||
data: {
|
||||
index: data.DEL_INDEX
|
||||
},
|
||||
keys: {
|
||||
app_uid: data.APP_UID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user