Bug #28343
closedIncorrect example to use multiple attributes as a matcher key in the tooltip for Order
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1772381
Description of problem:
A tooltip provides an incorrect example on how to use multiple attributes as a matcher key.
Version-Release number of selected component (if applicable):
Satellite 6.4 and later
Foreman 1.10 and later
How reproducible:
Always
Steps to Reproduce:
1. In the Satellite web UI, navigate to Configure > Puppet Classes.
2. Select a class.
3. Click Smart Class Parameter.
4. Select some parameter and select the Override check box.
5. Click Add Matcher.
6. Click on the tooltip next to "Order".
7. Find the following text:
The order in which matchers keys are processed, first match wins.
You may use multiple attributes as a matcher key, for example, an order of host group, environment would expect a matcher such as hostgroup = "web servers", environment = production
Actual results:
The tooltip is misleading.
1. The example says “host group, environment”, but host group should be hostgroup (spaces don’t work) and the comma needs to be removed. The correct example would be “hostgroup,environment”.
when a space is added after the comma in the ‘Order’-box as the tooltip suggests it is not working.
Expected results:
Something like this. Please correct me if I am wrong:
The order in which matchers keys are processed, first match wins.
You may use multiple attributes as a matcher key, for example, an order of `host group,environment` would expect a matcher such as `hostgroup-"web servers",environment-production
Additional info:
You can find the working setup in the attachment.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7204 added
Updated by yifat makias almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 2832e49bc8e6071e805c9ac8de65ed0e585ec092.