Merge pull request #17704 from edx/sofiya/ed-2506

Drag and drop xblock completion not showing in course outline.
This commit is contained in:
Sofiya Semenova
2018-03-15 16:40:22 -04:00
committed by GitHub

View File

@@ -128,7 +128,8 @@ def get_course_outline_block_tree(request, course_id):
'html',
'problem',
'video',
'discussion'
'discussion',
'drag-and-drop-v2'
]
all_blocks = get_blocks(
request,