Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1629318 [details] Gif of the bug Description of problem: In the VM provisioning form, if an appliance is configured with LDAP, there is a button to lookup a user's first and last name from their email. If you click this button, the info appears but only after clicking another tab in the form first. Version-Release number of selected component (if applicable): 5.11.0.27 How reproducible: 100% Steps to Reproduce: 1. Add an infra provider 2. Configure CFME with LDAP server 3. Provision a VM from a template 4. Enter user's email in the provision form 5. Click lookup Actual results: Info only appears after clicking another tab in the form Expected results: Info should appear without clicking another tab in the form Additional info: See attached gif
Fixing https://github.com/ManageIQ/manageiq-ui-classic/pull/6391
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/c492811a83d0b66c06dd3422e70be32c4e7d10b6 commit c492811a83d0b66c06dd3422e70be32c4e7d10b6 Author: Hilda Stastna <hstastna> AuthorDate: Fri Nov 8 11:22:11 2019 -0500 Commit: Hilda Stastna <hstastna> CommitDate: Fri Nov 8 11:22:11 2019 -0500 Display user info after clicking on Lookup while provisioning VM Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1765691 Make also small changes in the specs for appropriate controller, add new specs for retrieve_email method. app/controllers/miq_request_controller.rb | 4 +- spec/controllers/miq_request_controller_spec.rb | 106 +- 2 files changed, 63 insertions(+), 47 deletions(-)