Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2110

Configuration tool does not allow enumeration in mode multiple

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.8.14, 4.9.1, 4.10.0
    • None
    • None
    • None

      It is possible to add a widget param to force the enumeration to be multiple.
      The widget will be correctly displayed and several value can be selected, but only one value will be saved on the server.

      <widget-params>
          <param name="multiple">true</param>
      </widget-params>
      

          [RUNTIME-2110] Configuration tool does not allow enumeration in mode multiple

          I did some work on this issue, see my latest comment in WORKSPACES-24

          Thibaut Rizzi (Inactive) added a comment - I did some work on this issue, see my latest comment in WORKSPACES-24

          To handle multiple values in configuration, we need JSONUtils be safe.

          For now the used widget should send values separated by coma, to be saved like this way.
          <multiple.param>values1,value2,values3</multiple.param>

          Laurence Aumeunier added a comment - To handle multiple values in configuration, we need JSONUtils be safe. For now the used widget should send values separated by coma, to be saved like this way. <multiple.param>values1,value2,values3</multiple.param>

            cbayle Caroline Bayle
            trizzi Thibaut Rizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: