Update the REST API course_team_handler to support library roles, fix bugs
This commit is contained in:
committed by
E. Kolpakov
parent
ea03f6ed76
commit
c477bab6f4
@@ -188,5 +188,6 @@ def library_blocks_view(library, user, response_format):
|
||||
'context_library': library,
|
||||
'component_templates': json.dumps(component_templates),
|
||||
'xblock_info': xblock_info,
|
||||
'templates': CONTAINER_TEMPATES
|
||||
'templates': CONTAINER_TEMPATES,
|
||||
'lib_users_url': reverse_library_url('manage_library_users', unicode(library.location.library_key)),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user