Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
91500adf
Commit
91500adf
authored
Jul 25, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly removes from multiple boards
parent
2fc66174
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
app/assets/javascripts/boards/stores/boards_store.js.coffee
app/assets/javascripts/boards/stores/boards_store.js.coffee
+4
-0
No files found.
app/assets/javascripts/boards/stores/boards_store.js.coffee
View file @
91500adf
...
...
@@ -53,6 +53,10 @@
boardLabels
=
_
.
map
boards
,
(
board
)
->
board
.
label
.
title
boards
.
issues
=
_
.
each
boards
,
(
board
)
->
board
.
issues
=
_
.
reject
board
.
issues
,
(
boardIssue
)
->
issue
.
id
is
boardIssue
.
id
issue
.
labels
=
_
.
reject
issue
.
labels
,
(
label
)
->
boardLabels
.
indexOf
(
label
.
title
)
!=
-
1
removeIssueFromBoard
:
(
issue
,
board
)
->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment