schemas/workflow.py
branchtls-sprint
changeset 798 0015b33a7336
parent 628 3a6f28a1ea21
child 1398 5fe84a5f7035
--- 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='+*',