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 5321 to 5330 of 5933 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11