Bug 2239819

Summary: We get "undefined method" error when trying to show non-existent settings via id
Product: Red Hat Satellite Reporter: Vladimír Sedmík <vsedmik>
Component: SettingsAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED MIGRATED QA Contact: Satellite QE Team <sat-qe-bz-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.13.5CC: gisoni, rlavi
Target Milestone: UnspecifiedKeywords: MigratedToJIRA, Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-06-06 16:29:35 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:

Description Vladimír Sedmík 2023-09-20 11:00:18 UTC
Description of problem:
When trying to show non-existent setting via hammer or API using it's id, we get 
"undefined method" error.


Version-Release number of selected component (if applicable):
6.13.5, 6.14.0, 6.15.0 stream


How reproducible:
always


Steps to Reproduce:
1. On SAT try: hammer settings info --id wrong_id
2. On SAT try: curl -su admin:changeme https://$(hostname)/api/settings/wrong_id


Actual results:
1. undefined method `name' for nil:NilClass
2. 
{
  "error": {"message":"undefined method `name' for nil:NilClass"}
}


Expected results:
Error: setting not found.

Comment 1 Eric Helms 2024-06-06 16:29:35 UTC
This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there.

Due to differences in account names between systems, some fields were not replicated.  Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information.

To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "SAT-" followed by an integer.  You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like:

"Bugzilla Bug" = 1234567

In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information.