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
b17ae462
Commit
b17ae462
authored
Aug 30, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c0c51b4e
5b613fb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/javascripts/boards/components/sidebar/remove_issue.vue
...ts/javascripts/boards/components/sidebar/remove_issue.vue
+4
-4
changelogs/unreleased/remove-vue-resource-from-remove-issue.yml
...logs/unreleased/remove-vue-resource-from-remove-issue.yml
+5
-0
No files found.
app/assets/javascripts/boards/components/sidebar/remove_issue.vue
View file @
b17ae462
<
script
>
import
Vue
from
'
vue
'
;
import
axios
from
'
~/lib/utils/axios_utils
'
;
import
Flash
from
'
../../../flash
'
;
import
{
__
}
from
'
../../../locale
'
;
import
boardsStore
from
'
../../stores/boards_store
'
;
export
default
Vue
.
extend
(
{
export
default
{
props
:
{
issue
:
{
type
:
Object
,
...
...
@@ -35,7 +35,7 @@ export default Vue.extend({
}
// Post the remove data
Vue
.
http
.
patch
(
this
.
updateUrl
,
data
).
catch
(()
=>
{
axios
.
patch
(
this
.
updateUrl
,
data
).
catch
(()
=>
{
Flash
(
__
(
'
Failed to remove issue from board, please try again.
'
));
lists
.
forEach
(
list
=>
{
...
...
@@ -71,7 +71,7 @@ export default Vue.extend({
return
req
;
},
},
}
)
;
};
</
script
>
<
template
>
<div
class=
"block list"
>
...
...
changelogs/unreleased/remove-vue-resource-from-remove-issue.yml
0 → 100644
View file @
b17ae462
---
title
:
Remove vue resource from remove issue
merge_request
:
32425
author
:
Lee Tickett
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