mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
add missing component lvinfo, change path Stundenplan to LvPlan
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
@@ -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:{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user