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
f42d2bb7
Commit
f42d2bb7
authored
Nov 18, 2019
by
Marvin Karegyeya
Committed by
Clement Ho
Nov 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all references to BoardsService in index.vue
parent
8420dc95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/javascripts/boards/components/modal/index.vue
app/assets/javascripts/boards/components/modal/index.vue
+2
-1
changelogs/unreleased/Update-boards-components-models-index-vue.yml
.../unreleased/Update-boards-components-models-index-vue.yml
+5
-0
No files found.
app/assets/javascripts/boards/components/modal/index.vue
View file @
f42d2bb7
<
script
>
/* global ListIssue */
import
{
urlParamsToObject
}
from
'
~/lib/utils/common_utils
'
;
import
boardsStore
from
'
~/boards/stores/boards_store
'
;
import
ModalHeader
from
'
./header.vue
'
;
import
ModalList
from
'
./list.vue
'
;
import
ModalFooter
from
'
./footer.vue
'
;
...
...
@@ -109,7 +110,7 @@ export default {
loadIssues
(
clearIssues
=
false
)
{
if
(
!
this
.
showAddIssuesModal
)
return
false
;
return
gl
.
boardServic
e
return
boardsStor
e
.
getBacklog
({
...
urlParamsToObject
(
this
.
filter
.
path
),
page
:
this
.
page
,
...
...
changelogs/unreleased/Update-boards-components-models-index-vue.yml
0 → 100644
View file @
f42d2bb7
---
title
:
Remove all references to BoardsService in index.vue
merge_request
:
20152
author
:
nuwe1
type
:
other
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