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.
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6077 added
Updated by Pat Riehecky over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 526e302fc69d8d1db706aa3dcf67766161aaf0d4.
Actions