Otvoriť Uzavreté

Requesting a spelling/grammer correction in TenantConfigurationProvider #5054


User avatar
0
balessi75 vytvorené

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 odpoveď(e)/dí
  • User Avatar
    0
    maliming vytvorené
    Tím podpory 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 marca 25, 2024, 15:11