Commit fa583db1 authored by James Fargher's avatar James Fargher

Merge branch 'ph/345491/removeOutdatedLineDiffFeatureFlag' into 'master'

Removes display_outdated_line_diff feature flag

See merge request gitlab-org/gitlab!81438
parents ed0918d3 8dc092f4
......@@ -609,7 +609,6 @@ class Note < ApplicationRecord
def show_outdated_changes?
return false unless for_merge_request?
return false unless Feature.enabled?(:display_outdated_line_diff, noteable.source_project, default_enabled: :yaml)
return false unless system?
return false unless change_position&.line_range
......
---
name: display_outdated_line_diff
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72597
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/345491
milestone: '14.5'
type: development
group: group::code review
default_enabled: true
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