- 🇭🇰Hong Kong graham leach
I implemented the code in the patch, but maybe I'm missing something.
Using VBO on my Ubercart (D7U3) implementation, I am able to check an arbitrary number of orders and select the bulk operation (set order status) but then I get a confirmation screen that says:
You selected the following 2 items
-
-
(CONFIRM)The item details are BLANK, but the operation is successful.
This happens *regardless* of whether email confirmation is checked or not.
The line that generates this confirmation is in:
views_bulk_operations.module
At:
line 677
As:
$output = theme('item_list', array('items' => $items, 'title' => t('You selected the following %count:', array('%count' => $count))));
The parent function is:
function theme_views_bulk_operations_confirmation($variables) {
Apparently, $variables does not contain the information the screen output command needs to identify the rows being affected.
Here's the .info file for the version of VBO I am running:
# cat views_bulk_operations.info
name = Views Bulk Operations
description = Provides a way of selecting multiple rows and applying operations to them.
dependencies[] = entity
dependencies[] = views (>=3.12)
package = Views
core = 7.x
php = 5.2.9files[] = plugins/operation_types/base.class.php
files[] = views/views_bulk_operations_handler_field_operations.inc; Information added by Drupal.org packaging script on 2022-10-19
version = "7.x-3.7"
core = "7.x"
project = "views_bulk_operations"
datestamp = "1666149180"