Commit ff0cbac0 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/enableAutoExpandByDefault' into 'master'

Enables auto expand diff feature flag by default

See merge request gitlab-org/gitlab!38296
parents 4dde0100 370bbe1a
......@@ -36,7 +36,7 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
push_frontend_feature_flag(:multiline_comments, @project)
push_frontend_feature_flag(:file_identifier_hash)
push_frontend_feature_flag(:batch_suggestions, @project, default_enabled: true)
push_frontend_feature_flag(:auto_expand_collapsed_diffs, @project)
push_frontend_feature_flag(:auto_expand_collapsed_diffs, @project, default_enabled: true)
push_frontend_feature_flag(:hide_jump_to_next_unresolved_in_threads, @project)
end
......
---
title: Auto expand collapsed diffs when viewing diffs file-by-file
merge_request: 38296
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