From 5070353bf0048a4c098600ddfae4a6cdc1e42de3 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 26 Jun 2024 16:37:54 +0200 Subject: [PATCH] passes the active_addons constant to the LvUebersicht Modal --- application/views/CisHtml/Dashboard.php | 2 +- public/js/components/Cis/Mylv/LvUebersicht.js | 3 +++ public/js/components/Dashboard/Dashboard.js | 8 +++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/application/views/CisHtml/Dashboard.php b/application/views/CisHtml/Dashboard.php index 1b023191e..49db7ad7c 100755 --- a/application/views/CisHtml/Dashboard.php +++ b/application/views/CisHtml/Dashboard.php @@ -13,7 +13,7 @@ $this->load->view('templates/CISHTML-Header', $includesArray);

Dashboard


- +
load->view('templates/CISHTML-Footer', $includesArray); ?> diff --git a/public/js/components/Cis/Mylv/LvUebersicht.js b/public/js/components/Cis/Mylv/LvUebersicht.js index b2ee20833..964762698 100644 --- a/public/js/components/Cis/Mylv/LvUebersicht.js +++ b/public/js/components/Cis/Mylv/LvUebersicht.js @@ -14,13 +14,16 @@ export default { result: false, } }, + inject:["active_addons"], mixins:[BsModal], components:{ BsModal, }, mounted(){ this.modal = this.$refs.modalContainer; + }, + template:/*html*/`