Bug 378728 - [ui] Disable participant should be allowed on a BASIC review
Summary: [ui] Disable participant should be allowed on a BASIC review
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 0.11.0   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 0.12.0   Edit
Assignee: Alvaro Sanchez-Leon CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2012-05-07 15:14 EDT by Jacques Bouthillier CLA
Modified: 2012-11-01 17:12 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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