Commit 83f8b033 by ichuang

fix common/lib/xmodule/xmodule/modulestore/mongo/base.py

parent 4d73961a
...@@ -313,7 +313,7 @@ class MongoModuleStore(ModuleStoreBase): ...@@ -313,7 +313,7 @@ class MongoModuleStore(ModuleStoreBase):
query = {'_id.org': location.org, query = {'_id.org': location.org,
'_id.course': location.course, '_id.course': location.course,
'_id.category': {'$in': ['course', 'chapter', 'sequential', 'vertical', 'videosequence', '_id.category': {'$in': ['course', 'chapter', 'sequential', 'vertical', 'videosequence',
'wrapper', 'problemset', 'conditional', 'randomize', 'proctor']} 'wrapper', 'problemset', 'conditional', 'randomize']}
} }
# we just want the Location, children, and inheritable metadata # we just want the Location, children, and inheritable metadata
record_filter = {'_id': 1, 'definition.children': 1} record_filter = {'_id': 1, 'definition.children': 1}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment