-
Problem report
-
Resolution: Unresolved
-
Trivial
-
7.0.17rc1, 7.2.11rc1, 7.4.1rc1, 8.0.0alpha1 (master)
-
Sprint candidates
-
0.5
Steps to reproduce:
When saving the map - the frontend is not sorting the URLs by name in map properties or map element's configuration.
By result, there might be inconsistency on how the URL list will be displayed in the form.
- Open Monitoring -> Maps -> Create map
- Add map's name
- Add several URLs with names containing both numbers and letters, for example:
- Name: C, URL: test
- Name: A, URL: test
- Name: 9, URL: test
- Name: 5, URL: test
- etc...
- Add map
- Re-open the map and see the displayed order of the URLs
Result:
The URLs are not sorted by name. Any new additional URL might be displayed with no particular order. (Depends on how it was saved in DB)
Expected:
For consistency, URLs should be sorted by the name when map is saved. This should be present for both map and map's element configurations.