Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-16545

Fix helper method nxu:joinArrayWithFinalDelimiter

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 6.0
    • Fix Version/s: 6.0-HF06, 7.2
    • Component/s: Seam / JSF UI

      Description

      This method does not place the final delimiter where it should, for instance when calling

      #{nxu:joinArrayWithFinalDelimiter(array, ', ', '.')}
      

      if array holds 2 elements, the rendering will be

      item1.item2
      

      instead of

      item1, item2.
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: