TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.63k stars 3.26k forks source link

[#12875] Some feedback sessions duplicated in student home page #13130

Closed Respirayson closed 1 week ago

Respirayson commented 2 weeks ago

Fixes #12875

Outline of Solution Removed the duplicate invocation of loadFeedbackSessionsForCourse() in both sortCoursesBy() and loadStudentCourses().

Kept the call to loadFeedbackSessionsForCourse() inside sortCourseBy() method to handle the sorting and loading in one place.