maliming
maliming
hi @cihangll The default value has not changed for 3 years. https://github.com/abpframework/abp/blame/dev/modules/setting-management/src/Volo.Abp.SettingManagement.Domain.Shared/Volo/Abp/SettingManagement/SettingManagementFeatureDefinitionProvider.cs#L17 > The "Enable Setting Management" checkbox is unchecked for the previous tenants but it is checked for the...
hi The current design features only exist at the tenant or edition level. Of course, as you said, you can customize `FeatureValueProvider` to implement your business. Add your `FeatureValueProvider` after...
hi You can think that `Integration` is a reserved word for abp framework.
Even if `Event` is fired, The value in the event data is still not correct.
hi Steps needed to reproduce the problem.
hi > EntityId does not appear in the Tags entity of the cms kit. There is no `EntityId` property io the `Tag` entity. https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Tags/Tag.cs#L9-L17 https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.EntityFrameworkCore/Volo/CmsKit/EntityFrameworkCore/CmsKitDbContextModelCreatingExtensions.cs#L120-L135
hi Please share the code of `IdentityServerLoginModel` class.
How can I reproduce this in a new template project? Or can you share a simple project?
hi I think you can implement it by **EditionFeature** https://docs.abp.io/en/abp/latest/Features https://docs.abp.io/en/commercial/latest/modules/saas#edition-management
hi An `Edition` is a set of `features`. So you add an **Edition** and some **features**(`ADD-ONS`) to a tenant. The framework will only check if the tenant has a feature....