Skip to content
Snippets Groups Projects
Unverified Commit 2fe45fcd authored by Connor Shea's avatar Connor Shea
Browse files

Now the filter form with search for issues live.

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.
parent 96684317
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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(
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment