The comment_admin_edit() admin editing interface allows the admin to edit anonymous comment sender properties, but this option is also provided when this feature is explicitly disabled on the settings page, and such info should not be stored. The attached patch checks if the option is not disabled and only allows editing in that case.

This is also a bug in DRUPAL HEAD.

CommentFileSizeAuthor
Drupal.anonymous-comment-edit.patch813 bytesGábor Hojtsy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moshe weitzman’s picture

this whole function is removed by http://drupal.org/node/18656. i suggest waiting for that aptch to land (soon i hope).

Dries’s picture

Moshe's patch landed. Do we still need to fix this in HEAD, or can this issue be closed? Care to test/validate?

Gábor Hojtsy’s picture

This needs to get fixed in 4.6.x, unless you intend to release no further 4.6.x versions. Otherwise I have no HEAD to test, but looked through the patch, and it seems that it adequately replaces the admin comment edit form with the usual comment edit form (which seems to be a straightforward thing to do anyway :)

chx’s picture

Version: 4.6.2 » x.y.z
Status: Needs review » Fixed

Given that moshe's big patch commited this issue is fixed now.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)