Similar to behavior described in http://drupal.org/node/36929

I am having an issue editing the comment settings for acidfree nodes in the 'Album Contents' tab. When attempting to set the permissions under the "User Comments" section for each entry listed on the page, the radio button hops entries rather than sticking to the desired setting for each node.

An example of the expected behavior can be seen when editing the rotation of the image.

I have looked for other posts about this issue but have not found any resolution, either within the acidfree.module or the comments.module. My apologies if this has been addressed already, I did spend a good amount of time trying to find a solution to this.

This issue was touched upon briefly in this post: http://drupal.org/node/48603, however, the problem I am having was not addressed there.

Many thanks for any help/information/patches that can be provided.

Comments

vhmauery’s picture

Status: Active » Fixed

Okay, this was caused by the comment module setting #parents in its form element. Grrr on them -- I had to add a special piece of code to album contents just to handle that case. harumph. It should work now; I just committed the fix to CVS and it should get repackaged in a few hours.

vhmauery’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev

wait. Are you running drupal 4.6?

If so, it is not fixed there. I fixed it in 4.7. I didn't even think people were still using 4.6. I haven't looked at that code for months. I would suggest upgrading to 4.7 or 5.0 when it comes out. I don't have time to maintain 4.6 as well.

I am marking this as a 4.7 bug (because it was a 4.7 bug as well) and if you are running 4.6 and the bug exists, I don't think I will fix it. It is not a security or data-loss problem, so it is not critical.

vhmauery’s picture

Status: Fixed » Closed (fixed)