chore: add missing multi-level editor for approval workflow, rename projects to campaings.
This commit is contained in:
@@ -23,9 +23,9 @@ public static class ClaimsPrincipalExtensions
|
||||
return claims.GetScopeIds(KnownClaims.ClientScope);
|
||||
}
|
||||
|
||||
public static IReadOnlyCollection<Guid> GetProjectScopeIds(this ClaimsPrincipal claims)
|
||||
public static IReadOnlyCollection<Guid> GetCampaignScopeIds(this ClaimsPrincipal claims)
|
||||
{
|
||||
return claims.GetScopeIds(KnownClaims.ProjectScope);
|
||||
return claims.GetScopeIds(KnownClaims.CampaignScope);
|
||||
}
|
||||
|
||||
public static string? GetPersona(this ClaimsPrincipal claims)
|
||||
|
||||
Reference in New Issue
Block a user