Activities of "safi"

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,

  • **ABP Framework version:**4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

https://alexbierhaus.medium.com/abp-io-navigation-property-for-identityuser-abpuser-218b15aa711c

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" I am trying to add user entity reference into my custom entity but it's throwing error becuase in latest version we have identityuser so If I am replacing appuser with identityuser so project build but after that if I again click on save and generate buttom from suite so again it's replacing identityuser with appuser.

Please suggest me solution for this and if possible we can connect on zoom as well.

Thanks,

  • ABP Framework version: 4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: Error occurred on DB migration step! Make sure the project is compiled and working. Command output: Build started... Build failed. Use dotnet build to see the errors.
  • Steps to reproduce the issue: I have upgraded my abp version in existing project. Earlier project version was 4.3.1 but now updated it to 4.4.3 so If I open abp suite and trying to update existing tables fields and cliking on save and generate that time I am getting above error. I have tried to delete dlls also uninstall and install abp suite to resolve this issue but no luck.

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,

  • ABP Framework version: 4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: TypeError: Failed to fetch at Function.<anonymous> (global.js:792)

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,

Showing 271 to 280 of 347 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30