Bug #33439
Foreman setting has wrong description for a couple of parameters under Content Tab on the Foreman WebUI
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1998404
Description of problem: Foreman setting has wrong description for below parameters under Content Tab:
~~
Login to Foreman web UI > Administer > Settings > Content > Here the options to set should be either yes or no instead of true and false for these three parameters:
~~
-----------------------------------------------------------------------------------------------------------------------
Use remote execution by default || No|| If set to true, use the remote execution over katello-agent for remote actions
-----------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
Restrict Composite Content View promotion || No ||If set to true, a composite content view may not be published or promoted, unless the component content view versions that it includes exist in the target environment.
-----------------------------------------------------------------------------------------------------------------------
How reproducible: Always
Actual results: Here the options to set are true and false.
Expected results: Here the options to set should be either yes or no instead of true and false.
Related issues
Associated revisions
History
#1
Updated by Dominik Matoulek over 1 year ago
- Triaged changed from No to Yes
- Assignee set to Dominik Matoulek
- Category deleted (
98) - Subject changed from Foreman setting has wrong description for a couple of parameters under Content Tab on the Foreman WebUI to Foreman setting has wrong description for a couple of parameters under Content Tab on the Foreman WebUI
#2
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9620 added
#3
Updated by Dominik Matoulek over 1 year ago
- Related to Bug #33440: "OAuth map users" setting has a bad explanation added
#4
Updated by Dominik Matoulek over 1 year ago
- Related to Bug #33441: "Connect by IP" setting has bad explanation added
#5
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#6
Updated by Justin Sherrill over 1 year ago
- Target version set to Katello 4.3.0
#7
Updated by Dominik Matoulek over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|6d755b7dff116d611bf6eb5dfc73a3ab0c11cf02.
fixes #33439 - Update settings explanation
Setting has now "Yes" and "No" options for boolean options. Explanations
doesn't reflect that. This PR fix that.