[CMF-checkins] CVS: CMF/CMFDefault - DiscussionItem.py:1.26
Florent Guillaume
fg@nuxeo.com
Sat, 20 Jul 2002 23:02:41 -0400
Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv30411
Modified Files:
DiscussionItem.py
Log Message:
Made a note that DiscussionItem shouldn't have a hardcoded review_state
to 'published', as it precludes the use of a normal workflow.
=== CMF/CMFDefault/DiscussionItem.py 1.25 => 1.26 ===
allow_discussion = 1
creator = 'unknown'
in_reply_to = None
+ # XXX this is wrong, it precludes the use of a normal workflow.
review_state ='published'
security = ClassSecurityInfo()