Actions
Feature #24969
closedFurther sort smart class parameter overrides by value
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Parameters
Target version:
-
Difficulty:
trivial
Triaged:
No
Bugzilla link:
Pull request:
Description
When visually searching a large number of parameter overrides, it can be
confusing when the elements are not listed in a predictable order.
Currently the elements are sorted by Matcher Type. While this is very
helpful, for one specific class customer has nearly 100 FQDN based overrides.
If the elements could be sub sorted by matcher value (fqdn ==
matcher_value) this would significantly reduce the time spent reviewing
the list.
Actions