Bug 731810

Summary: Deleteing a provider renders an server side error
Product: Red Hat Satellite Reporter: Bryan Kearney <bkearney>
Component: APIAssignee: Ivan Necas <inecas>
Status: CLOSED CURRENTRELEASE QA Contact: Garik Khachikyan <gkhachik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: gkhachik, mkoci
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: katello-0.1.65-1~2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 17:53:09 UTC Type: ---
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: 747354    

Description Bryan Kearney 2011-08-18 18:42:58 UTC
From a clean install, exeute these commands:

provider create --org ACME_Corporation --name katello --type custom
provider delete --org ACME_Corporation --name katello


you will get back the following error client side, and in the katello.log file

error: operation failed: undefined method `to_sym' for nil:NilClass


Versions:
katello-0.1.64-1.git.0.0b431ff.fc15.noarch
katello-cli-0.1.4-1.git.63.54683c2.fc15.noarch

Comment 1 Ivan Necas 2011-08-19 07:09:24 UTC
Fixed in commit 82404fd22e971.

Related to bug https://bugzilla.redhat.com/show_bug.cgi?id=727627 (the same type of error)

Caused by incompatibility of Rails with fast_gettext - https://github.com/grosser/fast_gettext/issues/23

Comment 2 Garik Khachikyan 2011-09-23 14:14:08 UTC
# VERIFIED

The issue is fixed now.

repeat of the scenario in bug description brings to:
---
Deleted provider [ katello ]
---

And the provider really gets removed (provider list --org ACME_Corporation)

Checked against: 
katello-cli-0.1.10-1.git.278.85760dc.el6.noarch
katello-0.1.83-1.git.48.02111ba.fc15.noarch

Comment 5 Mike McCune 2013-08-16 18:05:41 UTC
getting rid of 6.0.0 version since that doesn't exist