Hi,
What is your product version? V11.4.0 What is your product type (Angular or MVC)? Angular What is the product framework type (.net framework or .net core)? .net core 6
We'd like to ask you before we develop a feature. We use multi-tenancy. We want to add Country/City and Timezone features to the tenant. Does the infrastructure of ASP.NET ZERO have Country/City and Timezone features?
1 Answer(s)
-
0
Hi @feryat.olcay
There is no Country/City, but there is a timezone setting. If you set
Clock.Provider = ClockProviders.Utc;
in your Startup.cs, then timezone selection appears on settings page as shown here https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Tenant-Settings.To add new fields to Tenant, please check https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Extending-Existing-Entities-Core-Angular