Hi @cellofane_admin, inability to update pricing for existing Edition is by design.
After creating an edition, only name and features of the edition can be changed. If you have made a mistake while creating the edition or if you want users to stop subscribing this edition, just delete the edition and create another one. Since Edition is a soft-delete entity, it will not be deleted from database but will be marked as deleted.
See https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Features-Angular-Edition-Management
Can you share what do you mean by "i don't want this uploader"?
If you are looking at other implementation of file uploaders, there are still some other libraries for angular js. See https://stackoverflow.com/a/20506037
By default, ANZ MVC 5.x with AngularJS is using the file uploader module from https://github.com/nervgh/angular-file-upload
@tom.ohle Have you managed to download metronic 6 source from github?
Hi @antonis, application service classes are converted from POCO into AspNetCore MVC Controller during application bootstraping stage. It does use reflection to extract the configurations but it is only done once when the application started.
The CreateControllersForAppServices method gets an assembly and converts all the application services to MVC controllers in that assembly. You can use the RemoteService attribute to enable or disable it for the class or it's methods.
For reference https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#application-services-as-controllers
Hi @area8.tech, it is possible but it will take a huge amount time to migrate all the metronic view components to other view components of your choice.
but it links to an old documentation that's no longer available.
Do you mean the github link?
You can see the changes to upgrade from metronic 5 to 6 in https://github.com/aspnetzero/aspnet-zero-core/pull/2414 the PR above contains angular 8 upgrade as well
Hi @bobingham, if you need to retrieve online user count for each tenant in the list, you will need to loop through the list and call IOnlineClientManager.GetAllClients().Where(c => c.TenantId == eachTenantId).Count()
Hi @nitinrpatel, can you share your ANZ version and framework?
HI @abrewer, can you provide your ANZ version and framework?
We only see the "Documents" repository.
You need add your github account to ANZ License https://aspnetzero.com/LicenseManagement
Also, refer to this post https://support.aspnetzero.com/QA/Questions/7326