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

Pop-up service content aggregation : contents list by alphabetical sort

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.1
    • 3.0 M5
    • Services
    • None

        [CMS-1586] Pop-up service content aggregation : contents list by alphabetical sort

        The default enumerated widgets are not sorted alphabetically anymore.
        Now, to use sorted widgets, use :

        • <widget>sorted-enumeration</widget> for single select combo box
        • <widget>sorted-multiselect</widget> for multi select combo box

        Laurence Aumeunier added a comment - The default enumerated widgets are not sorted alphabetically anymore. Now, to use sorted widgets, use : <widget>sorted-enumeration</widget> for single select combo box <widget>sorted-multiselect</widget> for multi select combo box

        The correction made in version 3.0 always sorts an enumerated widget alphabetically by entry label.
        Sometimes we want the list sorted alphabetically (mostly when the values aren't defined, like "all the content types" or "all the templates"), but most of the time having a custom order defined by the underlying enumerator is preferable.
        A specific widget, sorting the entries by label, should be created, and the old default widget should preserve the enumerator order, as it was before the issue resolution.

        Nicolas Gavalda (Inactive) added a comment - The correction made in version 3.0 always sorts an enumerated widget alphabetically by entry label. Sometimes we want the list sorted alphabetically (mostly when the values aren't defined, like "all the content types" or "all the templates"), but most of the time having a custom order defined by the underlying enumerator is preferable. A specific widget, sorting the entries by label, should be created, and the old default widget should preserve the enumerator order, as it was before the issue resolution.

          laurence Laurence Aumeunier
          lperier Laurence Perier
          Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

            Created:
            Updated:
            Resolved: