Activities of "maliming"

hi

We will fix it in the next version.

<Addons>
    <Addon AddonType="AddonType.Body">
        <TextEdit Placeholder="@L["Search"]" @bind-Text="@GetListInput.Filter" Autofocus="true" />
    </Addon>
    <Addon AddonType="AddonType.End">
        <SubmitButton Type="ButtonType.Button"
                        Clicked="@SearchEntitiesAsync">
            <Icon Name="IconName.Search" />
        </SubmitButton>
    </Addon>
</Addons>

hi

The claims are from 15 to 29. Can you share the whole list?

Are you using the openiddict or identityserver?

Ok, Can you share the full code so I can understand your case? Thanks

hi

Does CurrentTenant set the correct tenant?

https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant

hi

You can also override the RegisterModel.

https://github.com/abpframework/abp/pull/17682

hi

Try this

I suggest you use Windows as a build server to troubleshoot whether it is a problem of Linux environment.

hi

Observe that one of the roles is displaying incorrectly, as shown in the attached screenshot.


Configure<WebEncoderOptions>(options =>
{
      options.TextEncoderSettings = new TextEncoderSettings(UnicodeRanges.All);
});

or

Configure<WebEncoderOptions>(options =>
    options.TextEncoderSettings = new TextEncoderSettings(UnicodeRanges.BasicLatin,
        UnicodeRanges.CjkUnifiedIdeographs));

Observe that translations appear to be enclosed within <span> tags, as depicted in the attached screenshot.

The fix code exists on 7.4.0-rc.3 7.4.0-rc.2 7.4.0-rc.1 7.3.3 7.3.2 7.3.1 7.3.0 7.3.0-rc.3 7.3.0-rc.2 7.3.0-rc.1 7.2.3

Can you try a new template project? Are you custom any page code?

hi

I will fix this and share a solution soon.

Showing 5441 to 5450 of 10676 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 16, 2025, 10:35