PMCORE-2816: Direct link is not opening the case, after the task is being routed to the next task
complete pause unnassigned fix unnassigned
This commit is contained in:
@@ -130,7 +130,10 @@ export default {
|
||||
}
|
||||
};
|
||||
},
|
||||
mounted() {},
|
||||
mounted() {
|
||||
// force to open case
|
||||
this.openDefaultCase();
|
||||
},
|
||||
watch: {},
|
||||
computed: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user