Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Theming
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2012 at 15:17 UTC
Updated:
26 Dec 2013 at 20:30 UTC
Jump to comment: Most recent
Comments
Comment #1
McGo commentedpatch works great.
Comment #2
bojanz commentedI am fine with adding 'operation' => $operation, 'select_all_pages' => $form_state['select_all_pages'] but I don't see a point in adding 'values' when we are already passing rows.
So how about just adding those two?
Comment #3
stborchertSounds good.
I must admit, I have now idea why
$rowwasn't enough in our case ...Comment #4
bojanz commentedCommitted:
http://drupalcode.org/project/views_bulk_operations.git/commitdiff/a67fa...
Thanks.