0
balessi75 created
ABP Commercial 7.0.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi,
We usually fix/customize dependent module messages using localization overrides, however, the exception details below appear to be hard coded.
We are requesting that the message and message details below be overridable via localization and also that the details message replaces the word "no" with "not".
if (!tenant.IsActive)
{
throw new BusinessException(
code: "Volo.AbpIo.MultiTenancy:010002",
message: "Tenant not active!",
details: "The tenant is no active with the tenant id or name: " + resolveResult.TenantIdOrName
);
}
1 Answer(s)
-
0
hi
I will implement it in the next version. 👍
https://github.com/abpframework/abp/issues/16557