mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 18:29:14 +02:00
feat:#104 sport event name needs only title and id
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 + " " + entry.Details.Type + " (" + entry.ID + ")",
|
Name: entry.Title + " (" + entry.ID + ")",
|
||||||
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