PMCORE-2822: CaseLink does not work for parallel task

remove console.log

fix parallel

fix parallel unassigned

fix CR notes
This commit is contained in:
Rodrigo Quelca
2021-01-29 18:05:29 +00:00
parent 5d9b16c942
commit 0fd8747be5
6 changed files with 106 additions and 5 deletions

View File

@@ -160,6 +160,23 @@ export default {
});
this.$emit("cleanDefaultOption");
}
//force to search in the parallel tasks
if (params && params.openapplicationuid) {
this.onUpdateFilters({
params: [
{
fieldId: "caseNumber",
filterVar: "caseNumber",
label: "",
options:[],
value: params.openapplicationuid,
autoShow: false
}
],
refresh: true
});
this.$emit("cleanDefaultOption");
}
}
},
/**
@@ -259,7 +276,7 @@ export default {
DEL_INDEX: item.DEL_INDEX,
PRO_UID: item.PRO_UID,
TAS_UID: item.TAS_UID,
ACTION: "todo",
ACTION: "todo"
});
this.$emit("onUpdatePage", "XCase");
},