It would be great to have more variables available in theme_views_bulk_operations_confirmation().
The attached patch adds "operation" and "form_state['values']".
| Comment | File | Size | Author |
|---|---|---|---|
| vbo-form_state_values-theme_confirmation.patch | 1.68 KB | stborchert |
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.