[#4153] Use auth name when Identity name not set
Summary Use auth name when Identity name not set
Queue Hermes
Type Bug
State Resolved
Priority 1. Low
Owners
Requester Ben Klang <ben (at) alkaloid (dot) net>
Created 07/13/06 (1338 days ago)
Due
Updated 07/13/06 (1338 days ago)
Assigned
Resolved 07/13/06 (1338 days ago)
Attachments hermes-use-auth-blank-name.patch Download
Milestone
Patch Yes

History
07/13/06 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Perfect. Committed, thanks.
07/13/06 Ben Klang Comment #1
State ⇒ Unconfirmed
New Attachment: hermes-use-auth-blank-name.patch Download
Queue ⇒ Hermes
Summary ⇒ Use auth name when Identity name not set
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
When performing a search for entered hours the form attempts to use a 
name from the identity of each user in the system.  However if a user 
has not yet set up an identity, the value of the multienum is blank.   
This makes it very difficult to determine for whom you are selecting 
to search.



This patch uses the user's authentication ID in place of a blank name. 
  It still uses the name from the identity if it is available.