Ajouter role PC Member au chairman (à l'ajout de conference)
This commit is contained in:
@@ -484,6 +484,7 @@ public class AddConferenceController extends AbstractWizardFormController {
|
||||
}
|
||||
|
||||
conferenceManager.addRole(RoleType.CHAIRMAN, SessionService.getInstance().getCurrentUserLogin(), conf.getId());
|
||||
conferenceManager.addRole(RoleType.PCMEMBER, SessionService.getInstance().getCurrentUserLogin(), conf.getId());
|
||||
// Refresh the roles to take into account the chairman credentials
|
||||
SessionService.getInstance().refreshAuthentication();
|
||||
} else if (action.equals("modify")) {
|
||||
|
||||
Reference in New Issue
Block a user