Commit 45fbe94c authored by Jarka Košanová's avatar Jarka Košanová

Merge branch '28154-cleanup-batch-comments-license' into 'master'

Cleanup batch_comments feature

See merge request gitlab-org/gitlab!33159
parents cb30e948 750decbd
# frozen_string_literal: true
module BatchCommentsHelper
def batch_comments_enabled?
current_user.present? && @project.feature_available?(:batch_comments, current_user)
end
end
......@@ -48,7 +48,6 @@ class License < ApplicationRecord
adjourned_deletion_for_projects_and_groups
admin_audit_log
auditor_user
batch_comments
blocking_merge_requests
board_assignee_lists
board_milestone_lists
......
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