Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] website: restore default checked value for form radio buttons #156818

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Mar 6, 2024

Same fix as for checkbox (commit 1) and select (commit 2). The radio buttons were forgotten.

Check commit 1 for in-depth explanation, but this is basically because since the qweb engine conversion to OWL (done at 3), it would toggle the internal checked value and not the checked attribute anymore.

opw-3755078

Forward-Port-Of: #156666

Same fix as for checkbox (commit [1]) and select (commit [2]).
The radio buttons were forgotten.

Check commit [1] for in-depth explanation, but this is basically because
since the qweb engine conversion to OWL (done at [3]), it would toggle
the internal `checked` value and not the `checked` attribute anymore.

[1]: odoo@b42e9cc
[2]: odoo@dd50481
[3]: odoo#130467

opw-3755078

X-original-commit: d683947
@robodoo
Copy link
Contributor

robodoo commented Mar 6, 2024

Pull request status dashboard.

@fw-bot
Copy link
Contributor Author

fw-bot commented Mar 6, 2024

@rdeodoo @robinlej this PR targets master and is the last of the forward-port chain containing:

To merge the full chain, use

@fw-bot r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@robodoo robodoo added the forwardport This PR was created by @fw-bot label Mar 6, 2024
@C3POdoo C3POdoo added the OE the report is linked to a support ticket (opw-...) label Mar 6, 2024
@robinlej
Copy link
Contributor

robinlej commented Mar 7, 2024

@fw-bot r+

robodoo pushed a commit that referenced this pull request Mar 7, 2024
Same fix as for checkbox (commit [1]) and select (commit [2]).
The radio buttons were forgotten.

Check commit [1] for in-depth explanation, but this is basically because
since the qweb engine conversion to OWL (done at [3]), it would toggle
the internal `checked` value and not the `checked` attribute anymore.

[1]: b42e9cc
[2]: dd50481
[3]: #130467

opw-3755078

closes #156818

X-original-commit: d683947
Signed-off-by: Robin Lejeune (role) <role@odoo.com>
@robodoo robodoo closed this Mar 7, 2024
@robodoo robodoo added the 17.2 label Mar 7, 2024
@robinlej robinlej deleted the master-17.0-fix-checked-owl-convert-form-rde-vnzQ-fw branch March 7, 2024 12:11
MohammedBasioni pushed a commit to odoo-dev/odoo that referenced this pull request Mar 8, 2024
Same fix as for checkbox (commit [1]) and select (commit [2]).
The radio buttons were forgotten.

Check commit [1] for in-depth explanation, but this is basically because
since the qweb engine conversion to OWL (done at [3]), it would toggle
the internal `checked` value and not the `checked` attribute anymore.

[1]: odoo@b42e9cc
[2]: odoo@dd50481
[3]: odoo#130467

opw-3755078

closes odoo#156818

X-original-commit: d683947
Signed-off-by: Robin Lejeune (role) <role@odoo.com>
thle-odoo pushed a commit to odoo-dev/odoo that referenced this pull request Mar 8, 2024
Same fix as for checkbox (commit [1]) and select (commit [2]).
The radio buttons were forgotten.

Check commit [1] for in-depth explanation, but this is basically because
since the qweb engine conversion to OWL (done at [3]), it would toggle
the internal `checked` value and not the `checked` attribute anymore.

[1]: odoo@b42e9cc
[2]: odoo@dd50481
[3]: odoo#130467

opw-3755078

closes odoo#156818

X-original-commit: d683947
Signed-off-by: Robin Lejeune (role) <role@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
17.2 forwardport This PR was created by @fw-bot OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants