Skip to content
Snippets Groups Projects
Commit ae657908 authored by Patrick Bajao's avatar Patrick Bajao
Browse files

Merge branch '199718-remove-jump-btn-in-mr-thread' into 'master'

Add feature flag for jump to next unresolved button in threads

See merge request gitlab-org/gitlab!37873
parents 1ffab25a c975f802
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -37,6 +37,7 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
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(:hide_jump_to_next_unresolved_in_threads, @project)
end
 
before_action do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment