Bug 1510855

Summary: [Ansible Embedded] - Cannot edit credentials
Product: Red Hat CloudForms Management Engine Reporter: Pavol Kotvan <pakotvan>
Component: UI - OPSAssignee: Milan Zázrivec <mzazrivec>
Status: CLOSED CURRENTRELEASE QA Contact: Pavol Kotvan <pakotvan>
Severity: high Docs Contact:
Priority: high    
Version: 5.9.0CC: hkataria, jhardy, kkulkarn, kmorey, mpovolny, obarenbo, pakotvan, simaishi
Target Milestone: GAKeywords: TestOnly
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ansible_embed
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1513119 (view as bug list) Environment:
Last Closed: 2019-02-11 13:54:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Ansible Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1513119, 1537015    

Comment 2 Milan Zázrivec 2017-11-09 13:04:31 UTC
This works for me just fine. Is there perhaps an error log? Or an appliance
showing this problem?

Thanks.

Comment 5 CFME Bot 2017-11-13 15:01:49 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/bcbd67954fae4f73aea5902666da6b631803c8eb

commit bcbd67954fae4f73aea5902666da6b631803c8eb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Nov 10 19:42:58 2017 +0100
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Fri Nov 10 19:42:58 2017 +0100

    Simplify ansibleCredentialOptions angular component
    
    We can pass options of the particular credential type
    to the component right away. That would make the whole
    component simpler.
    
    At the same time, this fix would resolve some obscure
    angular timing issues, which would lead to the credential
    form not being rendered correctly in certain situations.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1510855

 .../javascripts/components/ansible-credential-options.js  | 15 +--------------
 app/views/ansible_credential/_credential_form.html.haml   |  3 +--
 2 files changed, 2 insertions(+), 16 deletions(-)