From 67f97c2c566f99ba733f6757d1366f7fa46d9eec Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Wed, 20 Feb 2013 16:26:09 -0500 Subject: [PATCH] update Victor's metadata inheritance comment --- common/lib/xmodule/xmodule/modulestore/mongo.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/lib/xmodule/xmodule/modulestore/mongo.py b/common/lib/xmodule/xmodule/modulestore/mongo.py index 86540571d1..012efb0c27 100644 --- a/common/lib/xmodule/xmodule/modulestore/mongo.py +++ b/common/lib/xmodule/xmodule/modulestore/mongo.py @@ -66,9 +66,7 @@ class CachingDescriptorSystem(MakoDescriptorSystem): if json_data is None: return self.modulestore.get_item(location) else: - # TODO (vshnayder): metadata inheritance is somewhat broken because mongo, doesn't - # always load an entire course. We're punting on this until after launch, and then - # will build a proper course policy framework. + # load the module and apply the inherited metadata try: module = XModuleDescriptor.load_from_json(json_data, self, self.default_class) if self.metadata_inheritance_tree is not None: