Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views_bulk_operations/views_bulk_operations.drush.inc
154 154
  $current = 1;
155 155
  foreach ($view->result as $row_index => $result) {
156 156
    $rows[$row_index] = array(
157
      'entity_id' => $vbo->get_value($result),
157
      'entity_id' => $result->{$vbo->real_field},
158 158
      'views_row' => array(),
159 159
      'position' => array(
160 160
        'current' => $current++,

Formats disponibles : Unified diff