Open Closed

Feature value is disabled at tenant level when it's assigned to an edition. #6579


User avatar
0
Sraman created
  • 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)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    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

  • User Avatar
    0
    Sraman created

    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?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    ok let me check

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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.

  • User Avatar
    0
    Sraman created

    Since the hierarchy is Tenant -> Edition -> Default, Ideally Edition level values should be override on tenant level.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11