Details
-
Bug
-
Resolution: Duplicate
-
Neutral
-
None
-
3.0.5
-
None
-
None
-
Magnolia CMS 5.3.7
Spring 3.2.4
Description
After upgrading blossom module and magnolia to current versions and modifying magnolia.properties to change widgetset class, all the checkboxes are not showing properly. I attach an example. Before upgrading everything was working nice.
This is how I configure that checkbox:
@TabFactory("Properties") public void contentTab(UiConfig cfg, TabBuilder tab) { tab.fields( cfg.fields.checkbox("renderTemplate").label("Render template").description("Check this box to render base template") ); }
Update:
If you add .buttonLabel("") to the method chain the code disappears.
Checklists
Acceptance criteria
Attachments
Issue Links
- duplicates
-
MGNLUI-3365 Checkbox requires setting buttonLabel to blank to show field label
-
- Closed
-