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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
ed7591f7
Commit
ed7591f7
authored
Oct 13, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused method Issuable#remove_labels
parent
9b288238
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
app/models/concerns/issuable.rb
app/models/concerns/issuable.rb
+0
-4
No files found.
app/models/concerns/issuable.rb
View file @
ed7591f7
...
@@ -230,10 +230,6 @@ module Issuable
...
@@ -230,10 +230,6 @@ module Issuable
labels
.
order
(
'title ASC'
).
pluck
(
:title
)
labels
.
order
(
'title ASC'
).
pluck
(
:title
)
end
end
def
remove_labels
labels
.
delete_all
end
def
add_labels_by_names
(
label_names
,
current_user
)
def
add_labels_by_names
(
label_names
,
current_user
)
available_labels
=
LabelsFinder
.
new
(
current_user
,
project_id:
project
.
id
).
execute
available_labels
=
LabelsFinder
.
new
(
current_user
,
project_id:
project
.
id
).
execute
...
...
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