After upgrading to the new version 6.9.1 Anguar+Core I get an error message for the file app-navigation.servie.ts.
ignoreFeatureCheckForHostUsers does not exist.
Here is the code excerpt:
if (this._appSessionService.tenant || !abp.multiTenancy.ignoreFeatureCheckForHostUsers) { if (menuItem.hasFeatureDependency() && !menuItem.featureDependencySatisfied()) { hideMenuItem = true; } }
I found the answer in this post https://support.aspnetzero.com/QA/Questions/6680
After updating to the new version 6.8 of the Angular + Core edition there are bugs in the files "Application\Install\InstallAppService.cs", "Application\Install\Dto\InstallDto.cs" "Application\Configuration\Host\HostSettingsAppService.cs"
The error is that there is an equivocality because the same class is present in "Application.Shared\Configuration\Host\Dto\EmailSettingsEditDto.cs" and "Application.Shared\Configuration\Dto\EmailSettingsEditDto.cs" and there is a using for both.
Maybe it's enough if we do it this way.
We click on Reopen :)
That is a very important request.
I know this possibility from other products. However, it is often regulated differently. Mostly there is the possibility to define addons. You then book the addons to the actual edition.
This addon can be private or public and also overlay or extend properties of the edition. Additionally an addon can be assigned several times. Each addon is assigned a price which is then added to the edition price.
For example an addon can be 10 Gb more memory. Now you can assign the tenant 2 times the addon then he has 20 Gb or even a new addon with 20 Gb.
I think that with the addons would make more sense here. You could select all the features you assign to an edition as an addon and the editions would still be nicely separated. You would also have a better overview of what you have additionally assigned to whom.
You have translated "Name" with "First Name" in the German translation. This only makes sense for people. Everywhere where now only the word "name" is needed is "first name". You would have to insert an extra translation for the first name at user profile page and just change the old value to "Name" and leave it everywhere where it is already inserted, then the problem would be solved.
This is just a small hint for you.
I changed the language over the UI but I reset it and it's still the same error. I also took a completely new project, didn't change anything and it's still the same bug. It's no problem for me to change the message I just wanted to let you know.