Remove system_metadata_fields.

This commit is contained in:
cahrens
2013-04-29 16:41:07 -04:00
parent cd53dd222b
commit 8705ff8805
11 changed files with 90 additions and 73 deletions

View File

@@ -166,16 +166,6 @@ class HtmlDescriptor(HtmlFields, XmlDescriptor, EditingDescriptor):
elt.set("filename", relname)
return elt
@property
def editable_metadata_fields(self):
"""Remove any metadata from the editable fields which have their own editor or shouldn't be edited by user."""
subset = super(HtmlDescriptor, self).editable_metadata_fields
if 'empty' in subset:
del subset['empty']
return subset
class AboutDescriptor(HtmlDescriptor):
"""