PMCORE-2673 'Default Cases menu option' field does not work

fix code style

add legacy frame
This commit is contained in:
Rodrigo Quelca
2021-01-07 16:20:45 +00:00
parent 86ca7b96ea
commit df3265d5b8
5 changed files with 102 additions and 25 deletions

View File

@@ -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: {