Bug 1308860
Summary: | CLI Error not raised while setting default value when 'Override' set to False for parameter. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Jitendra Yejare <jyejare> | ||||
Component: | Provisioning | Assignee: | orabin | ||||
Status: | CLOSED ERRATA | QA Contact: | Katello QA List <katello-qa-list> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | Nightly | CC: | bbuckingham | ||||
Target Milestone: | Unspecified | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | http://projects.theforeman.org/issues/13727 | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-07-27 11:43:47 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1278718 | ||||||
Attachments: |
|
Same scenario is reproducible from API as well in same build. Upstream bug component is Provisioning Upstream bug assigned to orabin Upstream bug assigned to orabin Moving to POST since upstream bug http://projects.theforeman.org/issues/13727 has been closed ------------- Ori Rabin Applied in changeset commit:2a08e8c1deac40c26932dc80ca53e89bfe9e493b. This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Verified ! @Sat 6.2 Snap 11 Proof: root@qeblade36 ~]# hammer sc-param update --id 322 --default-value [78] Could not update the parameter: Validation failed: Override must be true to edit the parameter So moving this to verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501 |
Created attachment 1127547 [details] Screenshot Attached Description of problem: User is able to set the default value for parameter even if the 'override' flag is not set for the parameter, which is not expected. Note: This issue is only observed in CLI and not in UI. Version-Release number of selected component (if applicable): foreman-1.11.0-0.develop.201601251557git59dc77b.el6.noarch How reproducible: Always Steps to Reproduce: 1. Attempt to set default value for parameter which override flag is set to False. Actual results: Default Value successfully updated and no error raised. Expected results: 1. Error/Info should be raised to set the 'override' flag to True first. 2. Default Value should not be updated. Additional info: