work-in-progress: As a problem author, I would like to be able to edit module metadata

This commit is contained in:
Chris Dodge
2012-09-21 09:14:28 -04:00
parent 0a7dfca0e4
commit d51f127afa
6 changed files with 29 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ class EditingDescriptor(MakoModuleDescriptor):
return {
'module': self,
'data': self.definition.get('data', ''),
'metadata': self.metadata
# TODO (vshnayder): allow children and metadata to be edited.
#'children' : self.definition.get('children, ''),