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

Merge branch '294-improve-displaying-of-events-without-course-subject' into 'master'

Resolve "Improve displaying of events without course/subject"

Closes #294

See merge request !376
parents b6f6eaf0 fb4e19bb
No related branches found
No related tags found
1 merge request!376Resolve "Improve displaying of events without course/subject"
Pipeline #191564 canceled
......@@ -35,8 +35,10 @@ query documentationsForCoursebook(
}
amends {
id
title
amends {
id
title
teachers {
id
shortName
......
......@@ -24,7 +24,11 @@ import PersonChip from "aleksis.core/components/person/PersonChip.vue";
'font-weight-medium': largeGrid,
}"
>
{{ documentation.course?.name }}
{{
documentation.course?.name ||
documentation.amends.title ||
documentation.amends.amends.title
}}
</span>
<div
:class="{
......
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