PMCORE-4265: Search box pop up overlaps New case modal

This commit is contained in:
Rodrigo Quelca
2024-01-18 19:59:56 +00:00
parent 99cc76723e
commit ab9e8d9bc0
7 changed files with 7 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"), title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success", class: "btn-success",
onClick: () => { onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show(); this.$refs["newRequest"].show();
}, },
}, },

View File

@@ -344,6 +344,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"), title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success", class: "btn-success",
onClick: () => { onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show(); this.$refs["newRequest"].show();
}, },
}, },

View File

@@ -413,6 +413,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"), title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success", class: "btn-success",
onClick: () => { onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show(); this.$refs["newRequest"].show();
}, },
}, },

View File

@@ -469,6 +469,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"), title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success", class: "btn-success",
onClick: () => { onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show(); this.$refs["newRequest"].show();
}, },
}, },

View File

@@ -140,6 +140,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"), title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success", class: "btn-success",
onClick: () => { onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show(); this.$refs["newRequest"].show();
}, },
}, },

View File

@@ -435,6 +435,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"), title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success", class: "btn-success",
onClick: () => { onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show(); this.$refs["newRequest"].show();
}, },
}, },

View File

@@ -455,6 +455,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"), title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success", class: "btn-success",
onClick: () => { onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show(); this.$refs["newRequest"].show();
}, },
}, },