Bug 1436756
| Summary: | when editing an existing user the field "Full Name" has the value of the field "Username" | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Reartes Guillermo <greartes> | ||||||
| Component: | UI - OPS | Assignee: | Jozef Zigmund <jzigmund> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Niyaz Akhtar Ansari <nansari> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5.7.0 | CC: | cmatthew, hkataria, jhardy, mpovolny, nansari, obarenbo, simaishi | ||||||
| Target Milestone: | GA | Keywords: | ZStream | ||||||
| Target Release: | 5.7.3 | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.7.3.1 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-06-28 14:59:04 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: | 1395371 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1267002 [details]
screenshot of the issue when editing
Jozef, This one looks like dup of https://bugzilla.redhat.com/show_bug.cgi?id=1395371, fix should get backported to EUWE, can you set appropriate flags on the PR. Thanks, ~Harpreet. New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/350adced9a1137dc49658d2da8d38854e232280f commit 350adced9a1137dc49658d2da8d38854e232280f Author: Chris Arcand <chrisarcand.github.com> AuthorDate: Wed Nov 30 12:31:51 2016 -0600 Commit: Satoe Imaishi <simaishi> CommitDate: Thu May 25 15:57:05 2017 -0400 Merge pull request #12899 from jzigmund/bz1395371-fix_user_full_name Fix User Full Name (cherry picked from commit 3128981e03482b71f7a9f74bff0dbd6f4c942b67) https://bugzilla.redhat.com/show_bug.cgi?id=1436756 app/controllers/ops_controller/ops_rbac.rb | 16 ++++++---------- spec/views/ops/_rbac_user_details.html.haml_spec.rb | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 10 deletions(-) create mode 100644 spec/views/ops/_rbac_user_details.html.haml_spec.rb Verified in Version 5.7.3.1.20170608124102_4b35a9e *** Bug 1463769 has been marked as a duplicate of this bug. *** 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/RHSA-2017:1601 |
Created attachment 1267000 [details] screenshot user before edit Description of problem: When editing an existing user, the field "Full Name" is replaced with the value of the field "Username". Version-Release number of selected component (if applicable): CFME 5.7.1.3 How reproducible: always Steps to Reproduce: 1. add an user 2. edit the user 3. the field "Full Name" will have the value of "Username" instead of "Full Name" Actual results: this will lead to the admin performing a wrong edition, if not carefull to notice the issue. Expected results: The field "Full Name" must have the current value of its field. Additional info: