From aed293f93d143373289edd90c5b4a615a47e3b5d Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 12 Jun 2025 13:55:50 +0200 Subject: [PATCH] fix(removes debug print in LvPlan): removes debug prints and changes parameter for the showModal function in LvPlan Day View --- public/js/components/Calendar/Day/Page.js | 2 +- public/js/components/Cis/LvPlan/LvPlan.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/public/js/components/Calendar/Day/Page.js b/public/js/components/Calendar/Day/Page.js index ef2c6ada7..91af3e48a 100644 --- a/public/js/components/Calendar/Day/Page.js +++ b/public/js/components/Calendar/Day/Page.js @@ -283,7 +283,7 @@ export default { .then(res => res.data) .then(studiensemester_kurzbz => this.$api.call( ApiAddons.getLvMenu( - event.lehreinheit_id, + event.lehrveranstaltung_id, studiensemester_kurzbz ) )) diff --git a/public/js/components/Cis/LvPlan/LvPlan.js b/public/js/components/Cis/LvPlan/LvPlan.js index 575604d4c..c4dca0e5f 100644 --- a/public/js/components/Cis/LvPlan/LvPlan.js +++ b/public/js/components/Cis/LvPlan/LvPlan.js @@ -294,7 +294,6 @@ const LvPlan = { template:/*html*/`