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?
hi
The class is LdapExternalLoginProvider
I'm not sure. You can search on https://github.com/flamencist/ldap4net
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.
ok, I will check it asap.
hi
How to reproduce your problem?
Please share the full steps. Thanks
hi
Can you share the sample code include your username and password?
liming.ma@volosoft.com