Activities of "liangshiwei"

Yes, you need it.

If you inherit from TenantAppService, then you don't need it.

: )

If you still face this problem, you can share a test project. I will check it. my email is shiwei.liang@volosoft.com

Hi,

It already requires authorization, you don't need to override it

Sure

Hi,

I could not reproduce the problem.

If the user does not log in, it will redirect to login page

If the user does not have permission, it will be rejected

Hi,

Of course. On the way: https://github.com/abpframework/abp/pull/18242

Great to head it. : )

Hi,

Because ABP uses the CurrentUser.Id as the LastModifierId value.

You can try:

private ICurrentPrincipalAccessor _currentPrincipalAccessor;

....


var claims = new List<Claim>(){ new Claim(AbpClaimTypes.UserId,user.Id)};
using(_currentPrincipalAccessor.Change(claims))
{
    _repository.UpdateAsync(..., autoSave: true)
}

The HTTP internal address should be used in the container.

You can check the MS template.

Showing 2871 to 2880 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20