Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2011 at 20:31 UTC
Updated:
29 Dec 2011 at 22:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettThis giant switch/case where some break, some passthrough, is very scary.
Also,
$this->set_option($section, $form_state['values'][$section]);is in there a half dozen times.Should it be refactored?
In the meantime, this seems sane.
Comment #2
dawehnerThe makes looks fine, so committed to 7.x-3.x and 6.x-3.x
In general it would be cool to get this code in a better shape but this should probably be part of a new task.