Open Closed

Requesting a spelling/grammer correction in TenantConfigurationProvider #5054


User avatar
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
    );
}
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I will implement it in the next version. 👍

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

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.