You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep all references to the same course in search (#433)
This is because a user might see a course in "Informatica" that is in
common with "Sicurezza informatica" and not know that the course (and
therefore the group) is in common for both degrees.
constuniqueCourses=Array.from(coursesMap.values()).filter((course)=>course.course.group!==null&&course.course.group.invite_link)// Filter out courses without a group
0 commit comments