add missing component lvinfo, change path Stundenplan to LvPlan

This commit is contained in:
Harald Bamberger
2025-06-12 12:13:08 +02:00
parent 43c868000c
commit f017f096f1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'
);
+2 -2
View File
@@ -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:{