Skip to content
Snippets Groups Projects
Commit 214beb39 authored by Jorge Pinna Puissant's avatar Jorge Pinna Puissant
Browse files

[FIX] web: form_compiler, classes on FormLabel in a group


Before this commit, when compiling a form group, the scope class is
added to the elements of the outer group. It was added on the element
class attribute. The issue is that FormLabel don't have a class
attribute but a className attribute. So the class wasn't shown on the
DOM.

Now, the class is added on the FormLabel className attribute and shown
in the DOM.

closes odoo/odoo#105184

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
Co-authored-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
parent 395bdf88
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment