Closed (works as designed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
action.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2013 at 02:29 UTC
Updated:
5 Oct 2016 at 14:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerWe need this to make the select all box working, so I don't see a reason to remove it.
Comment #2
hansfn commentedThx for the quick reply, dawehner, but I think you are wrong. The code was needed before the action module started to use the standard tableselect javascript. I have attached a trivial patch so you can verify for yourself that select all still works after removing this function.
To give your more detail: In D7 VBO, the label function of the class views_bulk_operations_handler_field_operations returned "<!--views-bulk-operations-select-all-->" (when applicable). The action module never does this, and hence the substitutions in action_views_form_substitutions has no effect.
Comment #5
naveenvalechaThis is no longer applicable AFAIT, Feel free to reopen