default="0"
it should be changed to an empty string: default=""
templates/shaper_helixultimate or your_template/options.xml
<field name="predefined_header"
type="checkbox"
helixgroup="header"
label="HELIX_ULTIMATE_PREDEFINED_HEADER"
description="HELIX_ULTIMATE_PREDEFINED_HEADER_DESC"
default="0" />
<field name="predefined_header"
type="checkbox"
helixgroup="header"
label="HELIX_ULTIMATE_PREDEFINED_HEADER"
description="HELIX_ULTIMATE_PREDEFINED_HEADER_DESC"
default="" />
What would be the best course of action now? Should I proceed or wait for the next Joomla update?
Labels |
Added:
No Code Attached Yet
|
So before the PR, we could not use "0" as value of the checkbox. If someone wants that when the checkbox is checked, the value "0" is submitted to server (for whatever reason), it is not possible and the PR fixed that bug
In your case, instead of default="0"
, you need to change default=""
and it should work as you want.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-02-19 18:57:23 |
Closed_By | ⇒ | rdeutz |
As @joomdonation said, this behauviour is a result of a bug fix. You should change your xml.
Maybe this one can help #37174