Skip to content
Snippets Groups Projects
Commit 3992000e authored by L. Ellenbeck's avatar L. Ellenbeck Committed by Petar Hristov
Browse files

Fix: readded lost analytics log (coscine/issues#2077)

parent 2249fec9
No related branches found
No related tags found
2 merge requests!202Chore: 2.8.0,!198Fix: readded lost analytics log (coscine/issues#2077)
......@@ -782,10 +782,13 @@ namespace Coscine.Api.Project.Controllers
NotificationBusUtil.Send(Program.Configuration, "user_invitation", NotificationBusUtil.GetUserList(new User { EmailAddress = sendInvitationObject.Email }), sendInvitationObject.Project.ToString(), body);
return NoContent();
if (Request.Query != null && Request.Query["noanalyticslog"] != "true")
{
LogAnalyticsInviteExternalUser(project, user);
}
return NoContent();
}
/// <summary>
/// Deletes an invitation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment