Revert "handle missing fields on access denied blocks"

This reverts commit 418540b713.
This commit is contained in:
Matthew Piatetsky
2019-04-08 12:13:30 -04:00
parent 9de5e65b75
commit be9eb46364
3 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ def get_blocks(
student_view_data=None,
return_type='dict',
block_types_filter=None,
hide_access_denials=False,
hide_access_denials=True,
):
"""
Return a serialized representation of the course blocks.