- ABP Framework version: v8.0.0
- UI Type: MVC
- Database System: EF Core (SQL Server)
- **Tiered (for MVC) **: yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
If a tenant is assigned to an edition, feature values are not able to set at tenant level. Features values are only able to set at edition level and it's disabled at tenant level.
How can I override feature values at tenant level as well when it's assigned at edition level?
Any workaround for this?
6 Answer(s)
-
0
Hi,
The feature you want to implement is already available in previous version of ABP v7.4.5 or less.
If possible try to use previous version of ABP.
Thanks
-
0
Hi,
The feature you want to implement is already available in previous version of ABP v7.4.5 or less.
If possible try to use previous version of ABP.
Thanks
No. That won't be possible. We have migrated all our application to 8.0.0.
Any other suggestion?
-
0
ok let me check
-
0
hi
How can I override feature values at tenant level as well when it's assigned at edition level?
This is the current design, you can't override it.
-
0
Since the hierarchy is Tenant -> Edition -> Default, Ideally Edition level values should be override on tenant level.
-
0
hi
This is the same design as permissions. If a user has an admin role, we should not disable the permissions which inherits from the role.