Bug 1265565

Summary: Collect Logs FTP input screen layout broken
Product: Red Hat CloudForms Management Engine Reporter: Pete Savage <psavage>
Component: UI - OPSAssignee: Robin Knaur <rknaur>
Status: CLOSED WORKSFORME QA Contact: Dave Johnson <dajohnso>
Severity: low Docs Contact:
Priority: medium    
Version: 5.3.0CC: hkataria, jhardy, mpovolny, obarenbo
Target Milestone: GA   
Target Release: 5.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-30 12:15:45 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:
Attachments:
Description Flags
Bad Layout
none
Current layout in master none

Description Pete Savage 2015-09-23 08:48:34 UTC
Created attachment 1076124 [details]
Bad Layout

Description of problem: Collect Logs FTP input screen layout broken


Version-Release number of selected component (if applicable): 5.5.0.1


How reproducible: 100%


Steps to Reproduce:
1. Goto: Configure -> Configuration -> Diagnostics -> Collect Logs
2. Click Edit button
3. Change type to FTP

Actual results: Layout of page is messed up


Expected results: Layout should be good


Additional info:

Comment 2 Robin Knaur 2015-09-24 14:01:16 UTC
cant reproduce, because i get similar error as here https://github.com/ManageIQ/manageiq/issues/4472

I get:
 FATAL -- : Error caught: [ActiveRecord::SubclassNotFound] The single-table inheritance mechanism failed to locate the subclass: 'FileDepotFtpAnonymousRedhatDropbox'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite FileDepot.inheritance_column to use another column for that information.

But its possible that this bug could have been fixed by converting style1 tables already. Because all partials that have label "Depot Name" are converted, but on screen isnt.

Comment 3 Robin Knaur 2015-09-30 12:15:45 UTC
I was finally able to render this page and in current master is layout ok. This problem was probably caused by incomplete style1 conversion and was fixed by style1 to patternfly converting process.

Comment 4 Robin Knaur 2015-09-30 12:16:52 UTC
Created attachment 1078609 [details]
Current layout in master