PMCORE-4265: Search box pop up overlaps New case modal
This commit is contained in:
@@ -143,6 +143,7 @@ export default {
|
||||
title: this.$i18n.t("ID_NEW_CASE"),
|
||||
class: "btn-success",
|
||||
onClick: () => {
|
||||
this.$root.$emit('bv::hide::popover');
|
||||
this.$refs["newRequest"].show();
|
||||
},
|
||||
},
|
||||
|
||||
@@ -344,6 +344,7 @@ export default {
|
||||
title: this.$i18n.t("ID_NEW_CASE"),
|
||||
class: "btn-success",
|
||||
onClick: () => {
|
||||
this.$root.$emit('bv::hide::popover');
|
||||
this.$refs["newRequest"].show();
|
||||
},
|
||||
},
|
||||
|
||||
@@ -413,6 +413,7 @@ export default {
|
||||
title: this.$i18n.t("ID_NEW_CASE"),
|
||||
class: "btn-success",
|
||||
onClick: () => {
|
||||
this.$root.$emit('bv::hide::popover');
|
||||
this.$refs["newRequest"].show();
|
||||
},
|
||||
},
|
||||
|
||||
@@ -469,6 +469,7 @@ export default {
|
||||
title: this.$i18n.t("ID_NEW_CASE"),
|
||||
class: "btn-success",
|
||||
onClick: () => {
|
||||
this.$root.$emit('bv::hide::popover');
|
||||
this.$refs["newRequest"].show();
|
||||
},
|
||||
},
|
||||
|
||||
@@ -140,6 +140,7 @@ export default {
|
||||
title: this.$i18n.t("ID_NEW_CASE"),
|
||||
class: "btn-success",
|
||||
onClick: () => {
|
||||
this.$root.$emit('bv::hide::popover');
|
||||
this.$refs["newRequest"].show();
|
||||
},
|
||||
},
|
||||
|
||||
@@ -435,6 +435,7 @@ export default {
|
||||
title: this.$i18n.t("ID_NEW_CASE"),
|
||||
class: "btn-success",
|
||||
onClick: () => {
|
||||
this.$root.$emit('bv::hide::popover');
|
||||
this.$refs["newRequest"].show();
|
||||
},
|
||||
},
|
||||
|
||||
@@ -455,6 +455,7 @@ export default {
|
||||
title: this.$i18n.t("ID_NEW_CASE"),
|
||||
class: "btn-success",
|
||||
onClick: () => {
|
||||
this.$root.$emit('bv::hide::popover');
|
||||
this.$refs["newRequest"].show();
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user