summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-07-06 12:56:15 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-06 12:56:15 -0600
commit2fe45fcdb1febc670bbeed71e350656656b7baaa (patch)
tree13fc354849be49bd764deba8fe2c836f53240c9c
parent96684317aa56b8754c4762012554b828db4293af (diff)
downloadgitlab-ce-fix-filter-attempt.tar.gz
Now the filter form with search for issues live.fix-filter-attempt
Rather than doing it only the first time. After that, everything had to be submitted by pressing Submit. Next is to prevent submit from working since it overrides the existing filters.
-rw-r--r--app/assets/javascripts/issuable.js.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/issuable.js.coffee b/app/assets/javascripts/issuable.js.coffee
index c71d4ecf505..4fc72527211 100644
--- a/app/assets/javascripts/issuable.js.coffee
+++ b/app/assets/javascripts/issuable.js.coffee
@@ -4,9 +4,9 @@ issuable_created = false
unless issuable_created
issuable_created = true
Issuable.initTemplates()
- Issuable.initSearch()
Issuable.initChecks()
Issuable.initLabelFilterRemove()
+ Issuable.initSearch()
initTemplates: ->
Issuable.labelRow = _.template(