Activities of "ErenSongur"

  • ABP Framework version: v6.0.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server, PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

We need to binding some settings in identity management settings to role. If there is no role authority, these settings should be hidden. Is there a way to hide child subparticles instead of the entire page?

I am trying to delete a role, but if it has been assigned to a user it should not be deleted. Will this issue be solved in future releases, or is there any way to intercept and override the warning message in order to prevent deletion?

  • ABP Framework version: v4.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: N/A
  • Steps to reproduce the issue: Identity Management -> Roles -> Delete role (Make sure a user has this role before)

Yes, exactly like that

When I change the user's information or add a new user, it enters EntityChangingEventData's HandleEventAsync method more than once. But when we use this method in other tables, it is entered once.

The method:

public async Task HandleEventAsync(EntityChangingEventData<IdentityUser> eventData) { throw new NotImplementedException(); }

  • ABP Framework version: v3.2.0
  • UI type: Angular
  • Identity Server Seperated (Angular): yes
Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11