--- a/schemas/workflow.py Thu Mar 29 14:24:49 2012 +0200
+++ b/schemas/workflow.py Thu Mar 29 14:25:51 2012 +0200
@@ -185,7 +185,7 @@
# make by_transition optional because we want to allow managers to set
# entity into an arbitrary state without having to respect wf transition
by_transition = SubjectRelation('BaseTransition', cardinality='?*')
- comment = RichString(fulltextindexed=True)
+ comment = RichString(fulltextindexed=True, default_format='text/plain')
tr_count = Int(description='autocomputed attribute used to ensure transition coherency')
# get actor and date time using owned_by and creation_date