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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
22c96c5d
Commit
22c96c5d
authored
Sep 06, 2018
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EE specific updates for eslint no-param-reassign rule
parent
0fc8214a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
ee/app/assets/javascripts/boards/components/sidebar/remove_issue.js
...ets/javascripts/boards/components/sidebar/remove_issue.js
+1
-0
ee/app/assets/javascripts/vue_shared/security_reports/store/mutations.js
...avascripts/vue_shared/security_reports/store/mutations.js
+0
-2
No files found.
ee/app/assets/javascripts/boards/components/sidebar/remove_issue.js
View file @
22c96c5d
...
@@ -5,6 +5,7 @@ const Store = gl.issueBoards.BoardsStore;
...
@@ -5,6 +5,7 @@ const Store = gl.issueBoards.BoardsStore;
export
default
base
.
extend
({
export
default
base
.
extend
({
methods
:
{
methods
:
{
seedPatchRequest
(
issue
,
req
)
{
seedPatchRequest
(
issue
,
req
)
{
/* eslint-disable no-param-reassign */
const
board
=
Store
.
state
.
currentBoard
;
const
board
=
Store
.
state
.
currentBoard
;
const
boardLabelIds
=
board
.
labels
.
map
(
label
=>
label
.
id
);
const
boardLabelIds
=
board
.
labels
.
map
(
label
=>
label
.
id
);
...
...
ee/app/assets/javascripts/vue_shared/security_reports/store/mutations.js
View file @
22c96c5d
/* eslint-disable no-param-reassign */
import
Vue
from
'
vue
'
;
import
Vue
from
'
vue
'
;
import
*
as
types
from
'
./mutation_types
'
;
import
*
as
types
from
'
./mutation_types
'
;
import
{
import
{
...
...
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