Activities of "maliming"

Answer

hi

I can't reproduce the problem, The cache will be invalid after the tenant changes.

hi

https://docs.abp.io/en/commercial/latest/modules/identity/ldap#customize-built-in-services

hi

What are code changes in the console app?

hi

Try to use AbpApplicationConfigurationClientProxy

hi

AbpAspNetCoreMvcClientCommonModule

hi

This will be fixed in 6.0

public virtual async Task DeleteAsync(Edition edition)
{
    var tenants = await TenantRepository.GetListAsync(editionId: edition.Id);
    if (tenants.Any())
    {
        throw new UnableDeleteEditionException(edition.DisplayName);
    }

    await EditionRepository.DeleteAsync(edition);
}

You can use the IAbpApplicationConfigurationAppService and get the ApplicationConfigurationDto

Permissions and other info will exist in the DTO,

hi

I realize you don't need to check permissions in WPF, The AppService will check permissions automatically.

Also no longer need the AbpAspNetCoreMvcClientModule

You only need to use the app services to call the method.

hi

Please clear the logs and reproduce the errors and share the logs to liming.ma@volosoft.com

Thanks

Are there a list of predefined clientproxies for me to have a CRUD for administration area like roles,users, audit logs

You just need to use the AppServices to CRUD.

Are there a list of predefined constant string variable for policy names? If so what are the right class or property I should call? Is there a list? (I know that you can get policy names from swagger abpappconfiguration)

No, They are existing in the XXX.Application.Constract modules.

IAuthorizationService is always returning false even if the current logged user is admin

Can you try to depends on the AbpAspNetCoreMvcClientModule?

Showing 8521 to 8530 of 11550 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.