Activities of "maliming"

I am getting exceptions

What's the full exceptions logs?

hi

You can try to override the SetEntityActionsAsync method of your Components

EntityActions
    .Get<UserManagement>()
    .AddRange(new EntityAction[]
    {
            new EntityAction
            {
                Text = L["Edit"],
                Visible = (data) => HasUpdatePermission,
                Clicked = async (data) => await OpenEditModalAsync(data.As<IdentityUserDto>()),
                Icon = xxxx
            }
    });

https://github.com/abpframework/abp/blob/20fa13f5696ce8a43580b0c2a6f34c23352650c2/framework/src/Volo.Abp.AspNetCore.Components.Web/Volo/Abp/AspNetCore/Components/Web/Extensibility/EntityActions/EntityAction.cs#L13

https://github.com/abpframework/abp/blob/0fd542a13833fcecf47174f2870bde9e2133a158/framework/src/Volo.Abp.BlazoriseUI/Components/AbpExtensibleDataGrid.razor#L46

hi

You can try to add twice migrations. change nvarchar2 to other data type first. secondly change to CLOB.

hi

Can you guys try again?

Answer

hi

The class is LdapExternalLoginProvider

Answer

I'm not sure. You can search on https://github.com/flamencist/ldap4net

Answer

hi

I can't connect to srad01.manuloc.local. Maybe you can check on https://github.com/flamencist/ldap4net

we not very good at LDAP-related details.

Answer

ok, I will check it asap.

hi

How to reproduce your problem?

Please share the full steps. Thanks

Answer

hi

Can you share the sample code include your username and password?

liming.ma@volosoft.com

Showing 8261 to 8270 of 10635 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