Replies: 2 comments 9 replies
-
OC already has a way to use the default tenant to manage the feature for other tenants. Something was added 8 months ago or so. From the default tenant, list your tenants. Next to each tenant there is "Features" button that you can click and manage the features of that tenant. You can even disable the "Features" module for your tenant so you are the only one able to change their features. |
Beta Was this translation helpful? Give feedback.
8 replies
-
@rikbosch is this has been answered? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're looking for a correct strategy to centrally manage enabled features for tenants, keeping in mind these will change in the future. The Default tenant has it's own feature set.
I know we can use setup recipe's to create the tenant and enable the features, but how would you enable a default feature after a tenant was initialized?
I can think of 2 options:
Default Tenant FeatureSet
andTenant FeatureSet
and useDataMigration
to enable extra features.Beta Was this translation helpful? Give feedback.
All reactions