Skip to content
Snippets Groups Projects
Commit 2bf67e4d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'feature/show-holidays-in-timetable' into 'master'

Show holidays in timetable

See merge request !355
parents a139033d 9a5ab1dd
No related branches found
No related tags found
1 merge request!355Show holidays in timetable
Pipeline #191494 failed
Pipeline: AlekSIS

#191495

    ......@@ -11,7 +11,11 @@ export default {
    <timetable-wrapper>
    <template #default="{ selected }">
    <calendar-with-controls
    :calendar-feeds="[{ name: 'lesson' }, { name: 'supervision' }]"
    :calendar-feeds="[
    { name: 'lesson' },
    { name: 'supervision' },
    { name: 'holidays' },
    ]"
    :params="{ type: selected.type, id: selected.objId }"
    />
    </template>
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment