Closed (fixed)
Project:
Graph API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2013 at 19:39 UTC
Updated:
12 Mar 2013 at 09:20 UTC
On line 116 in views_plugin_style_graphapi.inc is says "from_state" instead of "form_state". Correct code and context:
if (!isset($form_state['values'])) {
$form_state['values'] = $options;
}
This kept the option values from getting saved in my case.
Comments
Comment #1
clemens.tolboomThanks ... pushed