Download & Extend

Settings page does not save settings

Project:jQ
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
jq-6.x-1.2-fix-settings-page.patch880 bytes

Comments

#1

Status:needs review» fixed

fixed, thanks for catching that!

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.