0
tuk created
- ABP Framework version: v8.2.0
- UI Type: Blazor Server
- Database System: EF Core (MySQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hello To support a Legacy system we need to change length of Name and NormalizedName in SaaS module. Table "SaasTenants".
According to documentation it says: /* You can change max lengths for properties of the
- entities defined in the modules used by your application.
- Example: Change user and role name max lengths AbpUserConsts.MaxNameLength = 99; IdentityRoleConsts.MaxNameLength = 99;*/
I have identified following in SaaS module: Volo.Saas.TenantConsts.MaxNameLength
However this is a constant and cannot be changed.
What would be the correct (best) implementation to change the length of a field in SaaS module so it will reflect all the way up to UI?
1 Answer(s)
-
0