Hi liangshiwei
Please let me know where I need to add this.
Hi,
You can try:
[Dependency(ReplaceServices = true)] [ExposeServices(typeof(UserManagement))] public class MyUserManagement : UserManagement { protected override async Task OnCreatingEntityAsync() { if (NewEntity.Name.IsNullOrWhiteSpace()) { throw new UserFriendlyException("Name can not be null"); } await base.OnCreatingEntityAsync(); } }
Where I need to add this?
Hi,
I am using abp framework 4.4.3 with blazor. I want to make name as required field in user form section. Can you please suggest me for the same.
https://prnt.sc/1zs3z1a Please see this screenshot for the same.
Thanks,
https://alexbierhaus.medium.com/abp-io-navigation-property-for-identityuser-abpuser-218b15aa711c
Please suggest me solution for this and if possible we can connect on zoom as well.
Thanks,
Can you please provide me solution for this.
Thanks,
Have you tried upgrading the Blazorise package? Then run
abp bundle
again.You can create a new project to check the package version.
Have you tried upgrading the Blazorise package? Then run
abp bundle
again.You can create a new project to check the package version.
How we can update blazorise package?
Hi,
I have updated my project version to 4.4.3. Earlier it's version was 4.3 but now I am getting errors like failed to fetch. I have updated my abp and blazor version also run abp bundle command too to update global files so it's updated.
Please see the below errors : https://prnt.sc/1x3bhvu
KIndly please provide me solution for this.
Thanks,
hi
There is no menu to show.
Yes I know but Is there any way to show all menu's like administration, home and custom pages so please let me know.
Thanks,