added support for short course names in the case of super long names (looking at you RSLC)
This commit is contained in:
@@ -114,6 +114,7 @@ export async function getCourseEvents(): Promise<CourseEventSummary[]> {
|
||||
E.event_date AS date,
|
||||
E.created_by,
|
||||
C.name AS course_name,
|
||||
C.short_name AS course_shortname,
|
||||
M.name AS created_by_name
|
||||
FROM course_events AS E
|
||||
LEFT JOIN courses AS C
|
||||
|
||||
Reference in New Issue
Block a user