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
0f4712d6
Commit
0f4712d6
authored
Nov 18, 2019
by
Marvin Karegyeya
Committed by
Fatih Acet
Nov 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all references to BoardService in board_form.vue
parent
4f8b8421
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/boards/components/board_form.vue
app/assets/javascripts/boards/components/board_form.vue
+2
-2
changelogs/unreleased/Update-boards-components-board_form-vue.yml
...gs/unreleased/Update-boards-components-board_form-vue.yml
+5
-0
No files found.
app/assets/javascripts/boards/components/board_form.vue
View file @
0f4712d6
...
...
@@ -133,7 +133,7 @@ export default {
if
(
this
.
board
.
name
.
length
===
0
)
return
;
this
.
isLoading
=
true
;
if
(
this
.
isDeleteForm
)
{
gl
.
boardServic
e
boardsStor
e
.
deleteBoard
(
this
.
currentBoard
)
.
then
(()
=>
{
visitUrl
(
boardsStore
.
rootPath
);
...
...
@@ -143,7 +143,7 @@ export default {
this
.
isLoading
=
false
;
});
}
else
{
gl
.
boardServic
e
boardsStor
e
.
createBoard
(
this
.
board
)
.
then
(
resp
=>
resp
.
data
)
.
then
(
data
=>
{
...
...
changelogs/unreleased/Update-boards-components-board_form-vue.yml
0 → 100644
View file @
0f4712d6
---
title
:
Remove all reference to BoardService in board_form.vue
merge_request
:
20158
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