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)
-
0
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