From edaa33dee2ff2f7ea3fac488d41558eb5f86d68c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Jan 2022 09:16:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-7-stable-ee --- app/models/concerns/participable.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/models/concerns/participable.rb') diff --git a/app/models/concerns/participable.rb b/app/models/concerns/participable.rb index 1663aa6c886..20743ebcb52 100644 --- a/app/models/concerns/participable.rb +++ b/app/models/concerns/participable.rb @@ -64,8 +64,6 @@ module Participable # # Returns an Array of User instances. def visible_participants(user) - return participants(user) unless Feature.enabled?(:verify_participants_access, project, default_enabled: :yaml) - filter_by_ability(raw_participants(user, verify_access: true)) end -- cgit v1.2.1