PMCORE-3195:CLONE - 3.7.0 - [Zendesk - 5630]PMFCaseLink() redirects to Participated folder

This commit is contained in:
Fabio Guachalla
2021-10-04 16:28:27 -04:00
parent 2c6b35ecd1
commit 39143a49db
7 changed files with 70 additions and 26 deletions

View File

@@ -430,17 +430,17 @@ export default {
//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: false
params: [
{
fieldId: "caseNumber",
filterVar: "caseNumber",
label: "",
options:[],
value: params.openapplicationuid,
autoShow: false
}
],
refresh: true
});
this.$emit("cleanDefaultOption");
}