hi
Can you share the project with me? liming.ma@volosoft.com
hi
That means you can't debug the DLL. Sorry for that.
hi
Please add me to your repository,
https://github.com/maliming
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
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,