Content
View differences
Updated by Jens Ulferts about 1 year ago
**Acceptance Criteria**
* Developers can set a feature flag to be active by default
* Users cannot disable such a feature flag on the /admin/settings/experimental page
* The feature flag cannot be disabled via ENV variable or configuration file.
This will allow OpenProject to keep the feature flag for one version to be able to have it as a safe-guard in place in case the feature is deemed unreleasable really late before the release. Feature flags can henceforth be kept after the release and will be released on the next release.
* Developers can set a feature flag to be active by default
* Users cannot disable such a feature flag on the /admin/settings/experimental page
* The feature flag cannot be disabled via ENV variable or configuration file.
This will allow OpenProject to keep the feature flag for one version to be able to have it as a safe-guard in place in case the feature is deemed unreleasable really late before the release. Feature flags can henceforth be kept after the release and will be released on the next release.