mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Missing @ in @labels
This commit is contained in:
@@ -126,7 +126,7 @@ class IssuableFinder
|
||||
@labels = Label.where(title: label_names)
|
||||
|
||||
if projects
|
||||
@labels = labels.where(project: projects)
|
||||
@labels = @labels.where(project: projects)
|
||||
end
|
||||
else
|
||||
@labels = Label.none
|
||||
|
||||
Reference in New Issue
Block a user