Closed (fixed)
Project:
OpenWYSIWYG Editor
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2008 at 18:18 UTC
Updated:
18 Sep 2008 at 07:43 UTC
Home › Administer › Site configuration ›
The 'Settings' and 'Custom Buttons' tabs have a 'Save Configuration' button, but the 'Visibility' tab does not. Settings cannot be saved for this tab.
Am I missing something? Shouldn't there be a save button?
Mark
Comments
Comment #1
zcc_nz commentedHi,
I fixed this by changing line 230 in openwysiwyg.module
from this: return $form;
To this: return system_settings_form($form);
Not sure about the reset button ... but save is working!
Comment #2
drupalnesia commentedFixed. See http://drupal.org/node/308480