When trying to e.g. unpublish all nodes from /admin/content by activating the checkbox "Select all rows in this table" in the table header and then choosing the update option from the select field above, only the first item from the table is actually processed.

The remaining nodes/comments retain their previous status.

This happens with both nodes and comments.

I didn't know which component this really belongs into, so I selected "base system". Feel free to assign to the appropriate component.

CommentFileSizeAuthor
#2 729628-comment-admin-d7.patch6.1 KBandypost

Comments

andypost’s picture

Component: base system » comment.module
Priority: Critical » Normal

Confirm this bug with comments but not nodes, also this is not critical

andypost’s picture

Status: Active » Needs review
StatusFileSize
new6.1 KB

Bug caused by query condition which was not cleared after every operation

Patch to test

- query-conditions() are cleared after every comment operation
- test for approved comments are expanded to check for mass-operations

andypost’s picture

Status: Needs review » Closed (duplicate)