Postponed (maintainer needs more info)
Project:
CCKase tracker
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2009 at 14:18 UTC
Updated:
29 Jul 2009 at 15:06 UTC
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
Comment #1
amitaibuSorry, I missed this issue.
Can you give the steps to reproduce the bug.
Comment #2
miro_dietikerThis 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.