Files
edx-platform/lms
Dillon Dumesnil d96f756994 fix: AA-724: Updating the HiddenContentTransformer
We heard about a bug where learners granted extensions would still
lose access to content if it was marked as "hidden after due date".
This was caused by the HiddenContentTransformer using the due date
from collection time (publish time) rather than the user date returned
from the edx-when DateOverrideTransformer.

A small subtletly of these PRs is that Transformers with the
FilteringTransformerMixin are executed before those without it so
part of the fix was to make the HiddenContentTransformer not use the
FilteringTransformerMixin to ensure the DateOverrideTransformer had
run first.

Part 1/3
2021-03-26 10:59:55 -07:00
..
2021-03-22 17:51:23 +05:00
2021-03-24 11:15:16 +05:00
2021-01-06 08:15:35 -05:00
2021-03-22 17:51:23 +05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.