diff --git a/application/core/Events.php b/application/core/Events.php index cc61cd509..037ce90da 100644 --- a/application/core/Events.php +++ b/application/core/Events.php @@ -6,7 +6,7 @@ use CI3_Events as Events; Events::on('loadRenderers', function ($renderers) { $fhc_core_renderers =& $renderers(); $fhc_core_renderers["lehreinheit"] = array( - 'calendarEvent' => APP_ROOT.'public/js/components/Cis/Stundenplan/EventTypes/calendarEvent.js', + 'calendarEvent' => APP_ROOT.'public/js/components/Cis/LvPlan/EventTypes/calendarEvent.js', 'modalTitle' => APP_ROOT.'public/js/components/Cis/Mylv/modalTitle.js', 'modalContent' => APP_ROOT.'public/js/components/Cis/Mylv/modalContent.js' ); diff --git a/public/js/components/Cis/LvPlan/LvPlan.js b/public/js/components/Cis/LvPlan/LvPlan.js index 3ddeaaa6f..b6d61fcb9 100644 --- a/public/js/components/Cis/LvPlan/LvPlan.js +++ b/public/js/components/Cis/LvPlan/LvPlan.js @@ -3,7 +3,7 @@ import CalendarDate from "../../../composables/CalendarDate.js"; import LvModal from "../Mylv/LvModal.js"; import LvMenu from "../Mylv/LvMenu.js" import lehreinheitEvent from "./EventTypes/calendarEvent.js" - +import LvInfo from '../Mylv/LvInfo.js'; import ApiLvPlan from '../../../api/factory/lvPlan.js'; import ApiAuthinfo from '../../../api/factory/authinfo.js'; @@ -73,7 +73,7 @@ const LvPlan = { } }, components: { - FhcCalendar, LvModal, LvMenu, lehreinheitEvent, + FhcCalendar, LvModal, LvMenu, lehreinheitEvent, LvInfo }, computed:{