Add group_access field to all xblocks

TNL-670
This commit is contained in:
Andy Armstrong
2014-11-12 23:24:04 -05:00
parent f24f01d217
commit eced849db0
18 changed files with 213 additions and 683 deletions

View File

@@ -28,9 +28,11 @@ class CourseMetadata(object):
'graded',
'hide_from_toc',
'pdf_textbooks',
'user_partitions',
'name', # from xblock
'tags', # from xblock
'visible_to_staff_only',
'group_access',
]
@classmethod