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

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

Closed

Conversation

rdeodoo
Copy link
Contributor

@rdeodoo rdeodoo 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

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
@robodoo
Copy link
Contributor

robodoo commented Mar 6, 2024

Pull request status dashboard.

@C3POdoo C3POdoo requested a review from a team March 6, 2024 10:20
@rdeodoo
Copy link
Contributor Author

rdeodoo commented Mar 6, 2024

@robodoo delegate=@robinlej
I added this tiny one in the sheet

@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 6, 2024

@robodoo r+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants