fix State's RichString definition: 'default' was used instead of 'default_format'
--- a/schemas/workflow.py Wed Feb 18 15:36:41 2009 +0100
+++ b/schemas/workflow.py Wed Feb 18 15:41:10 2009 +0100
@@ -11,7 +11,7 @@
"""
name = String(required=True, indexed=True, internationalizable=True,
maxsize=256)
- description = RichString(fulltextindexed=True, default='text/rest',
+ description = RichString(fulltextindexed=True, default_format='text/rest',
description=_('semantic description of this state'))
state_of = SubjectRelation('EEType', cardinality='+*',