feat(releases): add config flag to enable/disable nested release linking#1757
Open
bibhuti230185 wants to merge 1 commit into
Open
feat(releases): add config flag to enable/disable nested release linking#1757bibhuti230185 wants to merge 1 commit into
bibhuti230185 wants to merge 1 commit into
Conversation
bb2643d to
ea7cb52
Compare
amritkv
requested changes
Jun 3, 2026
ea7cb52 to
7bb910d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a configuration flag to enable/disable the nested release (release-to-release linking) feature in the frontend. This feature allows organizations to control whether users can link releases to other releases based on their compliance policies.
Changes
New Configuration Key
IS_NESTED_RELEASE_ENABLED(nested.release.enabled) toConfigKeysenumConditional UI Rendering
When the configuration is disabled (
nested.release.enabled = false), the "Linked Releases" tab and content are completely hidden in:EditRelease.tsxAddRelease.tsxDetailOverview.tsxCurrentReleaseDetail.tsxMergeReleaseDataCheck.tsxBehavior
true(default)falsenulltrue(enabled)Backend Dependency
Requires: eclipse-sw360/sw360#4239
Testing
nested.release.enabled = falsein SW360 configuration databasenested.release.enabled = trueor remove the config