打开 关闭

Requesting a spelling/grammer correction in TenantConfigurationProvider #5054


User avatar
0
balessi75 创建

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 答案
  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    hi

    I will implement it in the next version. 👍

    https://github.com/abpframework/abp/issues/16557

Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11