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

In user information window, an <Enumeration> parameter creates a combo with an empty value (the value is displayed next to the label)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1.3, 2.0.0 M3
    • 1.1.1
    • Workspace admin
    • None

      Enumeration :

      <Enumeration>
             	<french i18n="true">FRENCH</french>
            	<english i18n="true">ENGLISH</international>
      </Enumeration>
      

      Result :

      <select id="field_locale" class="" name="field_locale" style="font-family: verdana; font-size: 10px; width: 167px;">
              <option value="">frFrench</option>
              <option value="">enEnglish</option>
      </select>
      

      Should be:

      <select id="field_locale" class="" name="field_locale" style="font-family: verdana; font-size: 10px; width: 167px;">
              <option value="fr">French</option>
              <option value="en">English</option>
      </select>
      

            yabon Sébastien Launay (Inactive)
            joel Joel Vimenet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: