added support for short course names in the case of super long names (looking at you RSLC)
This commit is contained in:
@@ -84,6 +84,7 @@ export interface CourseEventSummary {
|
||||
event_id: number;
|
||||
course_id: number;
|
||||
course_name: string;
|
||||
course_shortname: string;
|
||||
date: string;
|
||||
created_by: number;
|
||||
created_by_name: string;
|
||||
|
||||
Reference in New Issue
Block a user