PMCORE-3195:CLONE - 3.7.0 - [Zendesk - 5630]PMFCaseLink() redirects to Participated folder
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user