Settings page does not save settings
chris.cohen - May 6, 2009 - 15:27
| Project: | jQ |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
When checking or unchecking boxes to enable or disable plugins on the settings page, settings are not saved. This is due to the checkbox form element being named incorrectly. The fieldset has the correct name, but because the checkbox has name="allow" in every case, the variable "allow" is being saved to the database, instead of the variable "jq_allow_PLUGINNAME".
I have provided a patch that will rename the fieldset and the checkbox names so that they are saved to the database correctly.
| Attachment | Size |
|---|---|
| jq-6.x-1.2-fix-settings-page.patch | 880 bytes |

#1
fixed, thanks for catching that!
#2
Automatically closed -- issue fixed for 2 weeks with no activity.