PMCORE-2673 'Default Cases menu option' field does not work
fix code style add legacy frame
This commit is contained in:
@@ -126,6 +126,11 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.getHeaders();
|
||||
// force to open start cases modal
|
||||
// if the user has start case as a default case menu option
|
||||
if (window.config._nodeId === "CASES_START_CASE") {
|
||||
this.$refs["newRequest"].show();
|
||||
}
|
||||
},
|
||||
watch: {},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user