Skip to content

Release v1.16.3, September 2022

Compare
Choose a tag to compare
@markkuriekkinen markkuriekkinen released this 28 Sep 16:02
· 285 commits to master since this release

Bug fixes:

  • Optimized a database query that is used in the points cache. The query was slow and took several seconds to finish in the production environment. The query fetches deviations for the student. The points cache is used in at least the points and submission API endpoints and in rendering a student's personal points page.
    (Issue #1087)
  • Fixed a crash when a SIS-enrolled student should be redirected to the enrollment questionnaire.
    (Issue #1074)
  • Fixed the feature: approve late/unofficial submissions in a whole course module.
    This feature was broken as it tried to modify submission grades for a different student than the teacher was targeting. The feature is accessed in the inspect submission page via the Approve submission button (requires that the selected submission is late or unofficial).
    (Issue #1086)

Release notes:
https://apluslms.github.io/releases/v1_16.html