[Zope-CMF] Re: discussion behaviour in CMFDefault
yuppie
y.2008 at wcm-solutions.de
Tue Aug 5 08:36:41 EDT 2008
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
More information about the Zope-CMF
mailing list