Bug 363389 - Some Reviews may not be loaded
Summary: Some Reviews may not be loaded
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P1 major (vote)
Target Milestone: 0.9   Edit
Assignee: Alvaro Sanchez-Leon CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 16:31 EST by Alvaro Sanchez-Leon CLA
Modified: 2012-01-24 15:35 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Sanchez-Leon CLA 2011-11-09 16:31:31 EST
R4E keeps track of created reviews on each user group file, 
however, when a user is invited to other reviews and the userid is typed with e.g. a different case, the user is treated as new and its file its overridden. 

So re-opening the group will not load the reviews who don't have a creator.
Comment 1 Alvaro Sanchez-Leon CLA 2011-11-09 17:53:22 EST
Something additional to consider.
If ldap is configured and operational, the R4E preferences shall use it to populated the default user id and e-mail. So the userid is aligned.
Comment 2 Sebastien Dubois CLA 2011-11-10 16:53:47 EST
(In reply to comment #1)
> Something additional to consider.
> If ldap is configured and operational, the R4E preferences shall use it to
> populated the default user id and e-mail. So the userid is aligned.

That is already the case and it should work fine.  Let me know otherwise
Comment 3 Sebastien Dubois CLA 2011-11-15 13:06:27 EST
We are now case-insensitive for participants and user Ids
Comment 4 Alvaro Sanchez-Leon CLA 2011-11-17 21:41:34 EST
A protection has been implemented so if a user file at group level already exists for a new user, 
a new file is created with a consequtive number e.g. "_1" appended after the user id.
  This scenario would happen if e.g. the new user has the same id of an existing one but with a different case combination
  e.g. EEIABCD and eeiABCD
  
  However in order to simplify the internal handling and prevent multiple entries for the same user, 
  the UI has been modified to allow user id entries in lower case only.  see Bug 363838.