2c2 < index 61886d4..61af36d 100644 --- > index 61886d4..811e366 100644 9c9 < + 'custom_redirect_at_end' => array('default' => ''), --- > + 'custom_redirect' => array('default' => ''), 17c17 < + $form['vbo_settings']['custom_redirect_at_end'] = array( --- > + $form['vbo_settings']['custom_redirect'] = array( 19,21c19,21 < + '#title' => t('Page to redirect after completion of batch'), < + '#description' => t("Default redirect to VBO page when left empty"), < + '#default_value' => $this->options['vbo_settings']['custom_redirect_at_end'], --- > + '#title' => t('Page to redirect to after completion of batch'), > + '#description' => t('Redirects to the view when left blank'), > + '#default_value' => $this->options['vbo_settings']['custom_redirect'], 27c27 < index e74eeb1..b9d5636 100644 --- > index e74eeb1..4cc6bb3 100644 36,37c36,37 < + if ($vbo->options['vbo_settings']['custom_redirect_at_end']){ < + $form_state['redirect'] = array('path' => $vbo->options['vbo_settings']['custom_redirect_at_end']); --- > + if ($vbo->options['vbo_settings']['custom_redirect']){ > + $form_state['redirect'] = array('path' => $vbo->options['vbo_settings']['custom_redirect']);