Do not store expanded action URLs.

They are not portable. STUD-681.

Minor updates.
This commit is contained in:
cahrens
2013-09-09 17:06:14 -04:00
parent 0bea1855f7
commit 1184a97b0b
3 changed files with 104 additions and 56 deletions

View File

@@ -164,7 +164,7 @@ class XmlDescriptor(XModuleDescriptor):
# Used for storing xml attributes between import and export, for roundtrips
'xml_attributes')
metadata_to_export_to_policy = ('discussion_topics')
metadata_to_export_to_policy = ('discussion_topics', 'checklists')
@classmethod
def get_map_for_field(cls, attr):