Activities of "liangshiwei"

Hi,

You can try it on you local project. You will see the email info in logs by default.

Hi

I think the answer can help you: https://support.abp.io/QA/Questions/671/ABP-Suite-throws-Cannot-read-the-template-VoloAbpCommercialSuiteTemplatesTemplatesXXXX

See https://github.com/abpframework/abp/pull/6747

Hi,

Try:

@for (var i = 0; i < Model.OrganizationUnits.Length; i++)
{
    var organizationUnits = Model.OrganizationUnits[i];
    <input asp-for="@organizationUnits.IsAssigned" id="OrganizationUnits_@(i)__IsAssigned" name="OrganizationUnits[@i].IsAssigned">
    <input asp-for="@organizationUnits.DisplayName" id="OrganizationUnits_@(i)__DisplayName" name="OrganizationUnits[@i].DisplayName" />
    <input asp-for="@organizationUnits.Id" id="OrganizationUnits_@(i)__Id" name="OrganizationUnits[@i].Id" />
}

We will try to improve performance in the next version.

See https://github.com/abpframework/abp/pull/6734

Has been solve.

You are missing some project refenence.

Hi,

I will check it out. thanks.

Hi,

We are using identityserver token endpoint. see https://docs.identityserver.io/en/dev/endpoints/token.html

Hi,

We have fixed this problem, you can upgrade to 4.0.2 version.

See https://github.com/abpframework/abp/pull/6701

Showing 6081 to 6090 of 6693 entries
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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.