
y.2008 at wcm-solutions
Aug 5, 2008, 5:36 AM
Post #2 of 2
(181 views)
Permalink
|
Wichert Akkerman wrote: > Currently CMFDefault does allow you to see or even retrieve information > from an object which does not have discussion allowed. This means that > it is not possible to allow discussions for an object and then stop > people from adding more comments while still making the existing > comments available. > > Is there a special reason that getDiscussionFor explicitly tests > isDiscussionAllowedFor ? AFAICS talkback methods like createReply don't check isDiscussionAllowedFor. So if you make talkback always available you have to check isDiscussionAllowedFor in other places. Cheers, Yuppie _______________________________________________ Zope-CMF maillist - Zope-CMF[at]lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
|