Activities of "maliming"

hi

Can you share the project with me? liming.ma@volosoft.com

Answer

hi

That means you can't debug the DLL. Sorry for that.

hi

Please add me to your repository,

https://github.com/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,

Showing 8501 to 8510 of 11529 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.