Bug 378728

Summary: [ui] Disable participant should be allowed on a BASIC review
Product: z_Archived Reporter: Jacques Bouthillier <lmcbout>
Component: MylynAssignee: Alvaro Sanchez-Leon <alvaro.sanchez-leon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: alvaro.sanchez-leon, lmcbout, sebastien.dubois
Version: 0.11.0Keywords: plan
Target Milestone: 0.12.0   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Jacques Bouthillier CLA 2012-05-07 15:14:38 EDT
WE should be allow to disable participants when using BASIC review. We can disable anomaly, so why not for the participants!
Comment 1 Alvaro Sanchez-Leon CLA 2012-11-01 17:12:44 EDT
The root of the problem is that all participants on BASIC reviews are assigned the role of review LEAD, 
this is an internal implementation to allow all changes to any participants.

  The option to disable a participant prevented the change for any participant with the role of LEAD or ORGANISER.
  
  The above check was replaced so the participant will not get the disable option if he's the only LEAD or ORGANISER left on the review.  In the particular case of a BASIC review this will only be the case for the person who created the review.
  
This has now been implemented and merged to the master branch