mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-03 18:29:16 +02:00
fix:#82 added type to title
This commit is contained in:
@@ -89,7 +89,7 @@ func formatEntriesToEvents(entries []model.SportEntry) []model.Event {
|
|||||||
Week: strconv.Itoa(23),
|
Week: strconv.Itoa(23),
|
||||||
Start: start,
|
Start: start,
|
||||||
End: end,
|
End: end,
|
||||||
Name: entry.Title,
|
Name: entry.Title + " " + entry.Details.Type,
|
||||||
EventType: entry.Details.Type,
|
EventType: entry.Details.Type,
|
||||||
Prof: entry.Details.CourseLead.Name,
|
Prof: entry.Details.CourseLead.Name,
|
||||||
Rooms: entry.Details.Location.Name,
|
Rooms: entry.Details.Location.Name,
|
||||||
|
Reference in New Issue
Block a user