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:
authorPhil Hughes <me@iamphill.com>2017-03-07 12:24:01 +0300
committerPhil Hughes <me@iamphill.com>2017-03-08 11:48:59 +0300
commit850f19c02c53648b16a531a81586c05edcfa7530 (patch)
tree7e9ecd27abc82ef1f15ef859402204fde0caf4a0 /app/assets/javascripts/boards/stores
parentbd1d778168513e3889df877911589a371277e076 (diff)
Added filtered search bar to issue boards
Closes #28312
Diffstat (limited to 'app/assets/javascripts/boards/stores')
-rw-r--r--app/assets/javascripts/boards/stores/boards_store.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/boards/stores/boards_store.js b/app/assets/javascripts/boards/stores/boards_store.js
index 3866c6bbfc6..c902a1d8bfc 100644
--- a/app/assets/javascripts/boards/stores/boards_store.js
+++ b/app/assets/javascripts/boards/stores/boards_store.js
@@ -19,8 +19,8 @@
create () {
this.state.lists = [];
this.state.filters = {
- author_id: gl.utils.getParameterValues('author_id')[0],
- assignee_id: gl.utils.getParameterValues('assignee_id')[0],
+ author_username: gl.utils.getParameterValues('author_username')[0],
+ assignee_username: gl.utils.getParameterValues('assignee_username')[0],
milestone_title: gl.utils.getParameterValues('milestone_title')[0],
label_name: gl.utils.getParameterValues('label_name[]'),
search: ''