Describe the bug
checkbox behavior will be incorrect if field friendly_name include a single quot '
uncheck-able if field friendly_name include a extra word for
2 always show checked if field friendly_name include a extra word checked
To Reproduce
Steps to reproduce the behavior:
edit global_settings.php
modify option show_graph_title-->friendly_name to 'Show's for checked Graph Title'
Access auth_profile.php
Try to click option 'Show's for checked Graph Title'
See error
Workaround
Edit html_form.php, use double quot around $title in html_checkbox function
The text was updated successfully, but these errors were encountered:
cigamit
changed the title
checkbox uncheck-able if field friendly_name include a single quot and 'for'
Add escaping for checkbox friendly name
Jul 2, 2019
netniV
changed the title
Add escaping for checkbox friendly name
When a checkbox 'friendly name' has a comma, checkbox functionality stops working
Jul 14, 2019
Describe the bug
checkbox behavior will be incorrect if field friendly_name include a single quot
'
for
2 always show
checked
if field friendly_name include a extra wordchecked
To Reproduce
Steps to reproduce the behavior:
Workaround
Edit html_form.php, use double quot around $title in html_checkbox function
The text was updated successfully, but these errors were encountered: