Merged in bugfix/PMCORE-3322 (pull request #8140)
PMCORE-3322 Unpause and Pause button seems not ben functional using HTTP/2.0 PMCORE_3.7.0 build Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -594,7 +594,7 @@ export default {
|
||||
let that = this;
|
||||
Api.cases.unpause(data.row)
|
||||
.then((response) => {
|
||||
if (response.statusText === "OK") {
|
||||
if (response.statusText === "OK" || response.status === 200) {
|
||||
that.$refs["vueTable"].getData();
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user