Bug 1477432

Summary: User widget hard to use on team management page
Product: [Community] Bugzilla Reporter: Jeff Fearn 🐞 <jfearn>
Component: ExtensionsAssignee: Jeff Fearn 🐞 <jfearn>
Extensions sub component: BayotBase QA Contact: tools-bugs <tools-bugs>
Status: CLOSED NEXTRELEASE Docs Contact:
Severity: unspecified    
Priority: unspecified    
Version: 5.0   
Target Milestone: 5.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.0.3-rh33 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-31 03:45:35 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:

Description Jeff Fearn 🐞 2017-08-02 05:00:01 UTC
Description of problem:
On the team management page there is a widget to add users to the team, the widget has a couple of issues:

1: if the full name isn't set it is blank
2: if there is more than one match it isn't obvious you should keep tying to get an exact match

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

How reproducible:
Easy

Steps to Reproduce:
1. Go to team page
2. click edit
3. enter user name "paul"
4. enter username beaker-dev-list

Actual results:
#3 doesn't tell you to be more specific
#4 isn't readable

Expected results:


Additional info:

Comment 1 Jeff Fearn 🐞 2017-08-03 01:22:01 UTC
This is a utility function provided in the BayotBase extension.

Comment 2 Jeff Fearn 🐞 2017-08-03 01:53:36 UTC
Note I am not doing the "if there is more than one match it isn't obvious you should keep tying to get an exact match" bit in this bug. The system is using the JSONRPC User.get call, so changing how that works would affect a bunch of use cases and not changing it at that level would make this part of the UI different than every other part of the UI using it.