Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-27 10:27:51 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-27 10:27:51 +0300
commitc1c93f4f7a51760660ea2e1994071e63e6793808 (patch)
treec641a13a6f152cf5dc5422b2dd2b32da279e8c6f /app/finders
parentd6c8eefb5d0298f0c733ac4880e1e64f2a37b24c (diff)
Fix tests and unassigned filter for issues. Updated CHANGELOG
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/issuable_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/issuable_finder.rb b/app/finders/issuable_finder.rb
index 67939c094c5..2c0702073d4 100644
--- a/app/finders/issuable_finder.rb
+++ b/app/finders/issuable_finder.rb
@@ -19,7 +19,7 @@
require_relative 'projects_finder'
class IssuableFinder
- NONE = 0
+ NONE = '0'
attr_accessor :current_user, :params