Revert "handle missing fields on access denied blocks"
This reverts commit 418540b713.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user