Commit ebc880cc authored by Nathan Friend's avatar Nathan Friend

Enable the `release_asset_link_editing` flag

This commit enables the `release_asset_link_editing` feature flag that
hides the "asset links" section of the Edit Release page.
parent e990cfc6
......@@ -9,7 +9,7 @@ class Projects::ReleasesController < Projects::ApplicationController
push_frontend_feature_flag(:release_issue_summary, project, default_enabled: true)
push_frontend_feature_flag(:release_evidence_collection, project, default_enabled: true)
push_frontend_feature_flag(:release_show_page, project, default_enabled: true)
push_frontend_feature_flag(:release_asset_link_editing, project)
push_frontend_feature_flag(:release_asset_link_editing, project, default_enabled: true)
end
before_action :authorize_update_release!, only: %i[edit update]
......
---
title: Allow Release links to be edited on the Edit Release page
merge_request: 28816
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment