Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5063

Improve ordering of a multivalueProperty when using PropertyUtil

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.0
    • 5.0
    • None
    • None
    • Beta 3

      Currently PropertyUtil.getPropertyValueObject() return a set in case of multi value property.
      Issue is that we have to keep duplicate and the order, that is not guaranteed by using Set.

      Replace Set by LinkedList and add test cases.

        Acceptance criteria

              ehechinger Eric Hechinger
              ehechinger Eric Hechinger
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR