From 534f8152c6405db515172a19ec3df35af4606fa4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 7 Sep 2018 17:16:26 +0300 Subject: Use optionally_search for group labels index page Signed-off-by: Dmitriy Zaporozhets --- app/models/label.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models/label.rb') diff --git a/app/models/label.rb b/app/models/label.rb index 96c1515b41a..8db7c3abd10 100644 --- a/app/models/label.rb +++ b/app/models/label.rb @@ -5,6 +5,7 @@ class Label < ActiveRecord::Base include Referable include Subscribable include Gitlab::SQL::Pattern + include OptionallySearch # Represents a "No Label" state used for filtering Issues and Merge # Requests that have no label assigned. -- cgit v1.2.3