Issue Type: Bug Bug
Affects Versions: 3.0.5
Assignee: Tobias Mattsson
Created: 02/Mar/15 5:49 PM
Description:

After upgrading blossom module and magnolia to current versions and modifying magnolia.properties to change widgetset class, all the checkboxes are not showing defined labels. I attach an example. Before upgrading all works nice.

This is how I configure that checkbox:

@TabFactory("Properties")
    public void contentTab(UiConfig cfg, TabBuilder tab) {
        tab.fields(
	    cfg.fields.checkbox("hideInNav").label("Hide in navigation").description("Check this box to hide this page in navigation")
        );
    }
Environment: Magnolia CMS 5.3.7
Spring 3.2.4
Project: Magnolia Blossom Module
Priority: Major Major
Reporter: Francisco J. Giner
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to