Commit 99545a10 authored by Kerri Miller's avatar Kerri Miller

Merge branch 'issue_341230' into 'master'

Remove ::VisibleApprovable inclusion as it's duplicate

See merge request gitlab-org/gitlab!75886
parents 2021ffbb 56343658
......@@ -2,12 +2,9 @@
module EE
module MergeRequestPresenter
include ::VisibleApprovable
extend ::Gitlab::Utils::Override
extend ::Gitlab::Utils::DelegatorOverride
delegator_override_with ::VisibleApprovable # TODO: Remove `::VisibleApprovable` inclusion as it's duplicate
APPROVALS_WIDGET_FULL_TYPE = 'full'
def api_approval_settings_path
......
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