Modif d'un truc
This commit is contained in:
@@ -167,7 +167,7 @@ public class DelegateArticleController implements Controller{
|
||||
conferenceManager.addRole(RoleType.REFEREE, refereeId, conf.getId());
|
||||
// Send an email to the referee
|
||||
String mailSubject = "YACOS : you asked to review an article for a conference";
|
||||
String mailBody = "A member of the new conference "+SessionService.getInstance().getCurrentConference().getTitle();
|
||||
String mailBody = "A member of the new conference "+conf.getTitle();
|
||||
mailBody += " has added you to the Program Committee\n";
|
||||
mailBody += "You will be able to view, evaluate or delegate the evaluation of the articles that will be submitted\n";
|
||||
mailBody += YACOSUtils.fullURL("userBoard.htm");
|
||||
|
||||
Reference in New Issue
Block a user