I added a CCK field to the project-issue content type. I am able to enter values for it when I add the issue. However I do not see this field when I add a comment and hence the only way to alter that value is to edit the original issue.
I have enabled Comment CCK module.
In the attached image I have created the CCK field "Custom Field". I was able to give it a value while creating but cannot see it as part of the comments.
| Comment | File | Size | Author |
|---|---|---|---|
| Issue Custom Field.png | 40.6 KB | optidel |
Comments
Comment #1
dwwIf you want that, you need to install http://drupal.org/project/comment_cck
Comment #2
optidel commenteddww,
Thanks for replying. As stated in my initial report, I have already installed comment_cck module
Comment #3
optidel commentedI thought that all that I had to was to install comment_cck. Only upon digging around did I realize that I will have that each CCK field has an option to allow the comments to change the value. I wish this was part of comment_cck documentation.