If enabling core path.module all comment forms get polluted with a path alias input.

We should suppress this element. Since this could be a generic form_alter problem (i'm unsure yet) it's time to think about other potential and modules possibly leading to the same result and take care of this problem in general..

Comments

amitaibu’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, I missed this issue.
Can you give the steps to reproduce the bug.

miro_dietiker’s picture

This issue has been addressed too in.
http://drupal.org/node/529178

pathauto.module adds a fieldset "path alias" to show up in comment subform too. (search for pathauto.module to see the exclusion)
http://drupal.org/files/issues/cckasetracker.module_0.patch

generally one should better exclude module specific fields with sth. like a config variable.