Merged in bugfix/PMCORE-3450 (pull request #8244)
PMCORE-3450 Approved-by: Henry Jonathan Quispe Quispe
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user