Activities of "liangshiwei"

Answer

Hi,

Can you provide full logs? thanks.

Hi,

See https://docs.abp.io/en/abp/latest/Localization#extending-existing-resource

Answer

Hi,

Here is an example that may help you : https://github.com/abpframework/abp-samples/tree/master/BookStore-Modular

See https://support.abp.io/QA/Questions/144/Abp-Ver-262-Error-when-hosting-on-IIS-8

Example :

public class UpdateModuleDto
{
    public string Name { get ;set ;}

    public void Normalize()
    {
        Name = Name.Trim();
    }
}

public async Task<ModuleDto> UpdateAsync(ModuleKeyDto id, UpdateModuleDto input)
{
         input.Normalize();
         //......
}

Hi, I can't reproduce your problem. Can you provider steps to reproduce?

Hi,

You can use feature management. You can set the edition for the specified tenant and check the edition when displaying UI.

Hi, see https://docs.microsoft.com/en-us/ef/core/modeling/value-conversions

Value converters allow property values to be converted when reading from or writing to the database.

Value converters do not change property values when inserting and updating, but change parameter values. You should normalize DTO.

Hi, Angular email settings page is currently unavailable. I create an internal issue for this.

What UI are you using?

Showing 6531 to 6540 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30