Uploaded image for project: 'User Directory'
  1. User Directory
  2. UD-39

Wrong order in search criterias

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1.0
    • 1.1.0
    • None

      When we read search criterias into user-populations.xml file, the criterias are stored in an HashMap. It should be a LinkedHashMap to keep the original order defined into the file.

      AbstractPopulation.java, line 286 :

      _searchCriteriaMetadataPath = new HashMap<String, Map<String, String>>();

      Should become :

      _searchCriteriaMetadataPath = new LinkedHashMap<String, Map<String, String>>();

            Unassigned Unassigned
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: