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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 729628-comment-admin-d7.patch | 6.1 KB | andypost |
Comments
Comment #1
andypostConfirm this bug with comments but not nodes, also this is not critical
Comment #2
andypostBug 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
Comment #3
andypostDuplicate of #699596: (Un)publishing several comments doesn't work