fix: AA-912: Hide URL after due date if subsection is marked as hide after due

A bug was reported of a learner accessing content that should have been hidden
due to the hide after due setting in Studio by the course team by clicking on
the Progress tab. This takes into account that value and will now hide the URL
on the Progress tab in that scenario.
This commit is contained in:
Dillon Dumesnil
2021-07-20 08:45:02 -06:00
parent 7261bc42bd
commit 7dd4f2db99
6 changed files with 70 additions and 18 deletions

View File

@@ -327,7 +327,6 @@ class TransformerData(FieldData):
"""
Data structure to encapsulate collected data for a transformer.
"""
pass # lint-amnesty, pylint: disable=unnecessary-pass
class TransformerDataMap(dict):