Closed (fixed)
Project:
Views data export
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2013 at 14:33 UTC
Updated:
9 Apr 2013 at 14:36 UTC
I got this notice, which broke using settings for a CSV export, until I commented out the following lines:
views_data_export_plugin_style_export_csv.inc
lines 90-98
$form['newline_replacement'] = array(
'#prefix' => '<div><div id="edit-options-newline-replacement">',
'#suffix' => '</div></div>',
'#type' => 'textfield',
'#title' => t('Replacement'),
'#default_value' => $this->options['newline_replacement'],
'#process' => array('form_process_checkboxes', 'ctools_dependent_process'),
'#dependency' => array('edit-style-options-replace-newlines' => array(TRUE)),
);
Comments
Comment #1
pjcdawkins commentedOops. This is fixed in -dev (http://drupalcode.org/project/views_data_export.git/commit/55aea79351e4b...)
any chance of a new release any time soon?