Enhanced email details for HPC project assignments
- In
ProjectRequestService.cs, updated the method for handling project requests to includerequest.Project.ShortName.Valueand a new parameter,request.ProjectResourceName, in the email content for new HPC project assignments. This aims to provide more detailed information in the email notifications. - In
ProjectResourceService.cs, modified theProjectResourceServiceclass to ensureProviderIdis directly obtained fromproviderGroup.Keywithout using the null-conditional operator. This change likely improves code clarity and reflects an assumption of non-nullproviderGroup.Key.