Skip to content

Commit

Permalink
Merge branch 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
neophyte57 committed Oct 11, 2024
2 parents d5411e5 + 5135c0f commit 13f3809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prime-dotnet-webapi/Controllers/SitesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,10 @@ public async Task<ActionResult> ApproveSite(int siteId)

if (communitySite.ActiveBeforeRegistration)
{
/* do not send "Site Active Before registration email" to SA and do not create related event
await _emailService.SendSiteActiveBeforeRegistrationAsync(siteId, communitySite.Organization.SigningAuthority.Email);
await _businessEventService.CreateSiteEmailEventAsync(siteId, "Sent site active before registration notification");
*/
}
else
{
Expand Down

0 comments on commit 13f3809

Please sign in to comment.