MA-792 Course Blocks and Navigation API (user-specific)

This commit is contained in:
Nimisha Asthagiri
2015-06-05 14:52:02 -04:00
parent 037ef3be77
commit 4921ec48c8
10 changed files with 691 additions and 34 deletions

View File

@@ -86,6 +86,7 @@ class BlockOutline(object):
if curr_block.has_children:
children = get_dynamic_descriptor_children(
curr_block,
self.request.user.id,
create_module,
usage_key_filter=parent_or_requested_block_type
)