0
Bryan-EDV created
- ABP Framework version: v8.3.0
- UI Type: Angular
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi Team, I want to edit New Tenant Modal to add extraProperties for creation of tenant. I understand i need to copy this source code -> https://github.com/abpframework/abp/tree/dev/modules/tenant-management
However how should the folder structure look like?
3 Answer(s)
-
0
hi
I understand i need to copy this source code -> https://github.com/abpframework/abp/tree/dev/modules/tenant-management
No. The source code is located in the Saas module.
https://abp.io/docs/latest/modules/saas
-
0
Manage to solve with this -> https://abp.io/docs/latest/framework/fundamentals/object-extensions?_redirected=B8ABF606AA1BDF5C629883DF1061649A
Thank you, will close the ticket
-
0
Great