Commit 7e134977 by Calen Pennington

Don't write data to metadata when updating course grading

parent a9431176
......@@ -231,7 +231,7 @@ class CourseGradingModel(object):
del descriptor.lms.format
del descriptor.lms.graded
get_modulestore(location).update_metadata(location, descriptor._model_data._kvs._data)
get_modulestore(location).update_metadata(location, descriptor._model_data._kvs._metadata)
@staticmethod
......
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