Ticket #13515 (confirmed Bug)
plone.app.discussion captcha support not always loaded
Reported by: | keul | Owned by: | tisto |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Commenting/Discussion | Version: | 4.2 |
Keywords: | captcha | Cc: | keul |
Description
I think there's a zcml inclusion order in the way plone.app.discussion try to look for catpcha support.
I reproduced the bug using collective.z3cform.norobots. In the control panel I can select the captcha support, but in the comment form the captcha is not loaded.
The problem seems that the p.a.discussion test for catpcha support using have fails.
... zcml:condition="have plone.app.discussion-captcha" ...
I think is a problem of execution order. plone.app.discussion-captcha from collective.z3cform.norobots definition in done too late.
Change History
Note: See
TracTickets for help on using
tickets.
Forget to say: I'm using Plone 4.2.5 with plone.app.discussion = 2.1.9