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
ceb6742e
Commit
ceb6742e
authored
Aug 30, 2019
by
Lee Tickett
Committed by
Kushal Pandya
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "DB change, migratoin and changelog"
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
parent
906e7337
Changes
2
Show 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 @
ceb6742e
<
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 @
ceb6742e
---
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