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!
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
hi
You can override the
Volo.Abp.Identity.Pro.Blazor.Pages.Identity.UserManagementif you are using the Blazor server.Move the
ExtensionPropertiesto the top of the form.https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
