Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-585

When defining a structured content, the repeater 'initial-size' parameter is ignored

XMLWordPrintable

      In a structured content XML definition file, the "initial-size" parameter on a repeater is never taken into account.
      The file currently reads (line 165) :

      form2cforms-def.xsl
      <fd:repeater id="{@id}" initial-size="1" min-size="{@min-size}">
      

      To correct it, "1" should be replaced by @initial-size.

      <fd:repeater id="{@id}" initial-size="{@initial-size}" min-size="{@min-size}">
      

            Unassigned Unassigned
            ngavalda Nicolas Gavalda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: