diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-21 09:09:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-21 09:09:48 +0000 |
commit | a7d30d92f88b05dbd2a666ebed522bcbcd0058f1 (patch) | |
tree | f44759ab815d9a3567eae3483856eb4e880a26f8 /app/models/group.rb | |
parent | b86ad5f488abdef5b568d000dd44cf174abbf4fc (diff) | |
download | gitlab-ce-a7d30d92f88b05dbd2a666ebed522bcbcd0058f1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/group.rb')
-rw-r--r-- | app/models/group.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/group.rb b/app/models/group.rb index c5e119451e3..51eeee419e0 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -760,10 +760,6 @@ class Group < Namespace Timelog.in_group(self) end - def cached_issues_state_count_enabled? - Feature.enabled?(:cached_issues_state_count, self, default_enabled: :yaml) - end - def organizations ::CustomerRelations::Organization.where(group_id: self.id) end |