BLD-1091: Hide user_partitions from Advanced settings.

This commit is contained in:
polesye
2014-07-25 11:21:46 +03:00
parent bf8183f61e
commit c5c3913783
4 changed files with 39 additions and 29 deletions

View File

@@ -2,6 +2,7 @@ from xblock.fields import Scope
from xmodule.modulestore.django import modulestore
from django.utils.translation import ugettext as _
class CourseMetadata(object):
'''
For CRUD operations on metadata fields which do not have specific editors
@@ -23,6 +24,7 @@ class CourseMetadata(object):
'graded',
'hide_from_toc',
'pdf_textbooks',
'user_partitions',
'name', # from xblock
'tags', # from xblock
'video_speed_optimizations',