Projet

Général

Profil

Révision 9a28ac3f

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views_bulk_operations/views/views_bulk_operations_handler_field_operations.inc
65 65
        'force_single' => array('default' => FALSE),
66 66
        'entity_load_capacity' => array('default' => 10),
67 67
        'skip_batching' => array('default' => 0),
68
        'save_view_object_when_batching' => array('default' => 0),
68 69
      ),
69 70
    );
70 71
    $options['vbo_operations'] = array(
......
153 154
      '#default_value' => $this->options['vbo_settings']['skip_batching'],
154 155
      '#description' => '<b>' . t('Warning:') . '</b> ' . t('This will cause timeouts for larger amounts of selected items.'),
155 156
    );
157
    $form['vbo_settings']['save_view_object_when_batching'] = array(
158
      '#type' => 'checkbox',
159
      '#title' => t('Save the whole view object when batching'),
160
      '#default_value' => $this->options['vbo_settings']['save_view_object_when_batching'],
161
      '#description' => '<b>' . t('Warning:') . '</b> ' . t('Use this option when your view contains query conditions which are not defined as arguments.'),
162
    );
156 163

  
157 164
    // Display operations and their settings.
158 165
    $form['vbo_operations'] = array(

Formats disponibles : Unified diff