Open Closed

There is no any option to create/show features under Saas/Tenants #164


User avatar
0
talhazengin created

(Angular UI - Separated Identity Server - Abp 2.7.0)

Under Saas/Tenants there is an option named "Features".

But this option shows nothing when clicked.

Is this an unfinished work?


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    it's completed... but you didn't add any features that's why you see that

    Feature management is an ABP Module https://github.com/abpframework/abp/tree/dev/modules/feature-management

    Features are part of the editions (packages). They can provide different price and options to the tenants in your SaaS application. there's no document yet (will be here soon https://docs.abp.io/en/abp/latest/Features) but you can check this unit test to see how it works https://github.com/abpframework/abp/blob/dev/modules/feature-management/test/Volo.Abp.FeatureManagement.Application.Tests/Volo/Abp/FeatureManagement/FeatureAppService_Tests.cs

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