Uploaded image for project: 'Blossom'
  1. Blossom
  2. BLOSSOM-206

On administration dialogs, on the right of checkbox input is appearing a code.

    XMLWordPrintable

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

            Activity

              People

                tmattsson Tobias Mattsson
                ioker Francisco J. Giner
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Checklists

                    Bug DoR
                    Task DoD