Display all results in sensor data CSV export.

This commit is contained in:
Michael Stenta 2019-04-22 10:29:39 -04:00
parent 38196e698e
commit 65b58591da
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ function farm_sensor_listener_views_default_views() {
/* Display: Data export */
$handler = $view->new_display('views_data_export', 'Data export', 'views_data_export');
$handler->display->display_options['pager']['type'] = 'some';
$handler->display->display_options['pager']['type'] = 'none';
$handler->display->display_options['pager']['options']['offset'] = '0';
$handler->display->display_options['style_plugin'] = 'views_data_export_csv';
$handler->display->display_options['style_options']['provide_file'] = 1;
$handler->display->display_options['style_options']['filename'] = '%view-%exposed-%timestamp-full.csv';