AA-682: Update the pseudo session fallback session
There was a bug where the earliest course returned for a pseudo session (when there were no available sessions) might not exist in modulestore and would cause a 500 error. The data problem is another issue that will need to be fixed, but by switching to the most recent session in this scenario, we believe we will reduce the likelihood of this error occurring. We also believe the most recent session is a better return value than the first ever session.
Please register or sign in to comment