Commit 3b1e7b04 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'push_confidential_notes_ff_to_fe' into 'master'

Push confidential notes ff to mr fe

See merge request gitlab-org/gitlab!56798
parents 867b0490 f2bece8a
......@@ -43,6 +43,7 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
push_frontend_feature_flag(:local_file_reviews, default_enabled: :yaml)
push_frontend_feature_flag(:paginated_notes, @project, default_enabled: :yaml)
push_frontend_feature_flag(:new_pipelines_table, @project, default_enabled: :yaml)
push_frontend_feature_flag(:confidential_notes, @project, default_enabled: :yaml)
record_experiment_user(:invite_members_version_b)
......
---
title: Push confidential_notes feature flag to mr frontend
merge_request: 56798
author: Lee Tickett @leetickett
type: fixed
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