Ticket #13515 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by keul

  • Owner set to tisto
  • Cc keul added
  • Component changed from Unknown to Commenting/Discussion

Forget to say: I'm using Plone 4.2.5 with plone.app.discussion = 2.1.9

comment:2 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Keywords captcha added

comment:3 Changed 3 years ago by keul

Probably this has been fixed already with #12118 (and plone.app.discussion 2.2.2 and above)

Note: See TracTickets for help on using tickets.