Commit 750decbd authored by Patrick Bajao's avatar Patrick Bajao

Cleanup batch_comments feature

Remove it from the list of starter features since it's now
part of Core.
parent fdb3fbba
# 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