Hi,

when i click the link "published" in the mod queue i expect the link description to change to "not published" like with the status of "moderated/not moderated". this seems to be a bug.
the link behind "published" reads like "http://host/admin/content/comment/moderation?q=moderation/comment/status...".
the action seems to work however as it is logged in protocol tab.

thanks!

Comments

sanduhrs’s picture

Assigned: Unassigned » sanduhrs
Status: Active » Fixed

Changed line 51 in file moderation_comment.js from

if (result[1]) $('#moderation-status-link-'+cid).html(drupal.t('not published'));

to

if (result[1]) $('#moderation-status-link-'+cid).html(Drupal.t('not published'));

which prevented the text change.

Fixed and committed to D6.
Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.