Skip to content
Snippets Groups Projects
Verified Commit 7ac679bf authored by Dorian Koch's avatar Dorian Koch
Browse files

Lecture import: Don't use RWTHonline's name for the lecture's name, closes #71

parent 8410b1cf
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ function TerminBody({
parent_id: course.id,
values: {
...defaultValues,
title: event.summary,
title: "Vorlesung",
location: event.location,
time: convertedTime,
duration: event.duration,
......@@ -142,7 +142,7 @@ function TerminBody({
parent_id: course.id,
values: {
...defaultValues,
title: event.summary,
title: "Vorlesung",
location: event.location,
time: convertedTime,
duration: event.duration,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment