I found a bug in ctools, #2491479: Comment form alterer is only called once on cache rebuild, which makes a ctools form alterer not kicking in.

This is particularly annoying because this makes the comment form that you may add using panels to be posted to comment/reply/xxx. If there's an error in the form you are presented with the form in comment/reply/xxx, but comment/reply is not taking into account any panelized settings, so it's been displayed unformatted.

The ctools alterer was meant to change that so that the form is handled within the page itself, which makes it a lot cleaner.

I am not sure how quickly that patch can be applied, but it's a simple one and maybe it can be considered to be applied to panoply.

Because I am building a distro, I need a patch in panopoly so that I can reference it on my distro makefile.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hanoii’s picture

Status: Active » Needs review
FileSize
425 bytes
dsnopek’s picture

Thanks for reporting this! That patch makes sense to me, so I tagged and RTBC'd it. I wanna see what response we get from the CTools maintainers before merging it into Panopoly, though.