Bug 1379242 - Ansible Tower - not user friendly type in downloaded CSV file
Summary: Ansible Tower - not user friendly type in downloaded CSV file
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.7.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: GA
: 5.7.0
Assignee: Dan Clarizio
QA Contact: Dave Johnson
URL:
Whiteboard: ui:tower
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-26 07:32 UTC by Pavol Kotvan
Modified: 2016-10-17 14:31 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-27 20:45:38 UTC
Category: Bug
Cloudforms Team: Ansible
Target Upstream Version:


Attachments (Terms of Use)

Comment 6 Brandon Dunne 2016-10-17 14:31:09 UTC
I'm not sure I understand the problem.  The 'type' column is used by Rails STI on the model.  It uses the 'type' when loading the record to determine which model class to instantiate.  The content must be the exact class name.

irb(main):003:0> ExtManagementSystem.pluck(:type)
   (2.3ms)  SELECT "ext_management_systems"."type" FROM "ext_management_systems"
=> ["ManageIQ::Providers::Vmware::InfraManager", "ManageIQ::Providers::AnsibleTower::ConfigurationManager"]


Note You need to log in before you can comment on or make changes to this bug.