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

XML string element type has an issue with multiple storage

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.8.0, 4.7.10
    • None
    • None
    • None

      Storing a single value is like

      <param>value</param>
      

      Storing a multiple is like

      <param>
          <value>value 1</value>
          <value>value 2</value>
      </param>
      

      But the following value

      <param/>

      could be a empty single value or an empty multiple one

      As the storage must be able to know if multiple or not, we have to store an attribute on it

      <param multiple="true"/>

            cbayle Caroline Bayle
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: