Commit 6a612a6e by Calen Pennington

Trim down list of equality attributes for descriptors

parent 2509308c
...@@ -303,8 +303,7 @@ class XModuleDescriptor(Plugin, HTMLSnippet, ResourceTemplates): ...@@ -303,8 +303,7 @@ class XModuleDescriptor(Plugin, HTMLSnippet, ResourceTemplates):
# A list of descriptor attributes that must be equal for the descriptors to # A list of descriptor attributes that must be equal for the descriptors to
# be equal # be equal
equality_attributes = ('definition', 'metadata', 'location', equality_attributes = ('_model_data', 'location')
'shared_state_key', '_inherited_metadata')
# Name of resource directory to load templates from # Name of resource directory to load templates from
template_dir_name = "default" template_dir_name = "default"
......
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