PMCORE-3450: Task Metrics Level 3 Nodes does not open the Case nor redirect me to the case in the Task List PMCORE_3.7.0-5487

remove debugger
This commit is contained in:
Rodrigo Quelca
2021-10-26 12:53:51 +00:00
parent 0e37d69e86
commit 6a43299605

View File

@@ -399,8 +399,8 @@ export default {
* @param {object} selection * @param {object} selection
*/ */
onClickCaseMarker(selection) { onClickCaseMarker(selection) {
let process = this.data[1].id, let process = this.data[0].id,
caseList = this.data[0].id.toLowerCase(); caseList = this.data[1].id.toLowerCase();
switch (caseList) { switch (caseList) {
case "inbox": case "inbox":
case "draft": case "draft":