Loading transfer_service/group_rw_executor.py +4 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,10 @@ class GroupRwExecutor(TaskExecutor): # Send e-mail notification m = Mailer() m.addRecipient(self.adminEmail) userEmail = self.dbConn.getUserEmail(self.userId) if userEmail != self.adminEmail: m.addRecipient(userEmail) if self.requestType == "GRPR_ADD": msg = f""" Added '{self.realGroupName}' to 'group_read' for {self.vospacePath} and any child nodes. Loading Loading
transfer_service/group_rw_executor.py +4 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,10 @@ class GroupRwExecutor(TaskExecutor): # Send e-mail notification m = Mailer() m.addRecipient(self.adminEmail) userEmail = self.dbConn.getUserEmail(self.userId) if userEmail != self.adminEmail: m.addRecipient(userEmail) if self.requestType == "GRPR_ADD": msg = f""" Added '{self.realGroupName}' to 'group_read' for {self.vospacePath} and any child nodes. Loading