Browse Source

Merge pull request #17475 from abpframework/liangshiwei/identity-fix

Set CurrentTenant Id for IdentityUserDelegation
pull/17476/head
maliming 3 years ago
committed by GitHub
parent
commit
4861268b25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserDelegationManager.cs

3
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserDelegationManager.cs

@ -43,7 +43,8 @@ public class IdentityUserDelegationManager : DomainService
sourceUserId,
targetUserId,
startTime,
endTime
endTime,
CurrentTenant.Id
),
cancellationToken: cancellationToken
);

Loading…
Cancel
Save