Bug 1314780
| Summary: | validation required for lookup button in provisioning form | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> |
| Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.5.0 | CC: | akarol, cpelland, hkataria, jhardy, jprause, mfeifer, mpovolny, obarenbo |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ui:validation | ||
| Fixed In Version: | 5.5.3.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1301469 | Environment: | |
| Last Closed: | 2016-04-13 18:45: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: | |||
| Bug Depends On: | 1301469 | ||
| Bug Blocks: | |||
|
Comment 1
Harpreet Kataria
2016-03-04 18:12:39 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=f5fc7444b7ec895843a3b4efd575860e1479f13e commit f5fc7444b7ec895843a3b4efd575860e1479f13e Merge: 0800dce 7d2f4c1 Author: Dan Clarizio <dclarizi> AuthorDate: Fri Mar 4 15:31:13 2016 -0500 Commit: Dan Clarizio <dclarizi> CommitDate: Fri Mar 4 15:31:13 2016 -0500 Merge branch '55z_pr_7089' into '5.5.z' Turn off Lookup button when Email field is empty. Turn Lookup button on/off based upon entry in email field. https://bugzilla.redhat.com/show_bug.cgi?id=1301469 https://bugzilla.redhat.com/show_bug.cgi?id=1314780 (cherry picked from commit d12fc2a) @dclarizi please review/merge, clean cherry-pick for https://github.com/ManageIQ/manageiq/pull/7089 See merge request !836 .../application_controller/miq_request_methods.rb | 7 +++++++ app/views/miq_request/_prov_field.html.haml | 19 +++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=7d2f4c11f32ca17c89fedd2bfdc8d5337bc6330d commit 7d2f4c11f32ca17c89fedd2bfdc8d5337bc6330d Author: Harpreet Kataria <hkataria> AuthorDate: Thu Mar 3 15:44:25 2016 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Fri Mar 4 13:09:52 2016 -0500 Turn off Lookup button when Email field is empty. Turn Lookup button on/off based upon entry in email field. https://bugzilla.redhat.com/show_bug.cgi?id=1301469 https://bugzilla.redhat.com/show_bug.cgi?id=1314780 (cherry picked from commit d12fc2a) .../application_controller/miq_request_methods.rb | 7 +++++++ app/views/miq_request/_prov_field.html.haml | 19 +++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) Verified in 5.5.3.2, the lookup button is disabled when the e-mail field is empty. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0616 |