Fix getting xblock settings in studio edit modal

This commit is contained in:
iivic
2017-03-07 14:38:47 +00:00
parent e2c81835c5
commit 49c3f20a15
4 changed files with 8 additions and 5 deletions

View File

@@ -109,11 +109,7 @@ FEATURES['ENTRANCE_EXAMS'] = True
################################ COURSE LICENSES ################################
FEATURES['LICENSING'] = True
# Needed to enable licensing on video modules
XBLOCK_SETTINGS = {
"VideoDescriptor": {
"licensing_enabled": True
}
}
XBLOCK_SETTINGS.update({'VideoDescriptor': {'licensing_enabled': True}})
################################ SEARCH INDEX ################################
FEATURES['ENABLE_COURSEWARE_INDEX'] = True