Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
750decbd
Commit
750decbd
authored
May 27, 2020
by
Patrick Bajao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup batch_comments feature
Remove it from the list of starter features since it's now part of Core.
parent
fdb3fbba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
ee/app/helpers/batch_comments_helper.rb
ee/app/helpers/batch_comments_helper.rb
+0
-7
ee/app/models/license.rb
ee/app/models/license.rb
+0
-1
No files found.
ee/app/helpers/batch_comments_helper.rb
deleted
100644 → 0
View file @
fdb3fbba
# frozen_string_literal: true
module
BatchCommentsHelper
def
batch_comments_enabled?
current_user
.
present?
&&
@project
.
feature_available?
(
:batch_comments
,
current_user
)
end
end
ee/app/models/license.rb
View file @
750decbd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment