Closed (fixed)
Project:
Views data export
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2011 at 10:24 UTC
Updated:
15 Jul 2011 at 19:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
steven jones commentedThis needs a defining as an option in the 'option_definition' method and, why do we need two wrapping divs?
Comment #2
amateescu commentedRevised patch that adds those two additional options to the 'option_definition' method and also adds the trim option in there because it was missing :)
The two wrapping divs are required by ctools, see:
http://drupalcode.org/project/views.git/blob/refs/heads/7.x-3.x:/modules...
http://drupalcode.org/project/views.git/blob/refs/heads/7.x-3.x:/modules...
Comment #3
steven jones commentedThanks, committed to all branches.