Bug 1412199

Summary: Attach/detach for Cloud Volume fails with "unknown method get_checked_volume_id" error
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: UI - OPSAssignee: Zita Nemeckova <znemecko>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Stefanisin <jistefan>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.7.0CC: hkataria, jhardy, mpovolny, obarenbo
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1412290 (view as bug list) Environment:
Last Closed: 2017-06-12 16:51:04 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: 1412290    

Description Satoe Imaishi 2017-01-11 14:11:30 UTC
From PR https://github.com/ManageIQ/manageiq/pull/13218:

Introduced by https://github.com/ManageIQ/manageiq/pull/12551

get_checked_volume_id(params) was changed in https://github.com/ManageIQ/manageiq/pull/12845 and https://github.com/ManageIQ/manageiq/pull/12859 to checked_item_id.

Before: Attach and Detach didn't work for Cloud Volume. Ended with error unknown method get_checked_volume_id

After: Attach and Detach works for Cloud Volume.