Open Closed

Move newly added property in IdentityUser in UI sections of Edit / Create #5811


User avatar
0
ccernat created
  • ABP Framework version: v7.3.3
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello,

Is it possible to achieve this ( move a created property in the users table to be on top of other UI properties )

If yes, how?

Thanks a lot!


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can override the Volo.Abp.Identity.Pro.Blazor.Pages.Identity.UserManagement if you are using the Blazor server.

    Move the ExtensionProperties to the top of the form.

    https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11