PMCORE-2685: PMFCaseLink url generated is not opening the case

fix removed code
This commit is contained in:
Rodrigo Quelca
2021-01-18 16:42:15 +00:00
parent 64168cb7cc
commit 5e137b82a2
4 changed files with 106 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
:id="pageId"
:pageUri="pageUri"
:name="pageName"
:defaultOption="defaultOption"
@onSubmitFilter="onSubmitFilter"
@onRemoveFilter="onRemoveFilter"
@onUpdatePage="onUpdatePage"
@@ -93,7 +94,8 @@ export default {
CONSOLIDATED_CASES: "batch-routing",
CASES_TO_REASSIGN: "task-reassignments",
CASES_FOLDERS: "my-documents"
}
},
defaultOption: window.config.defaultOption || ''
};
},
mounted() {