Don't call update_metadata anymore when updating course tabs, because the updates are implicit
This commit is contained in:
@@ -380,7 +380,6 @@ class MongoModuleStore(ModuleStoreBase):
|
||||
tab['name'] = metadata.get('display_name')
|
||||
break
|
||||
course.tabs = existing_tabs
|
||||
self.update_metadata(course.location, course.metadata)
|
||||
|
||||
self._update_single_item(location, {'metadata': metadata})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user