Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
3c0188c3054f
Commit
4d7b8487
authored
Aug 30, 2019
by
Lee Tickett
Committed by
Kushal Pandya
Aug 30, 2019
Browse files
Revert "DB change, migratoin and changelog"
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
parent
2ea477b1b361
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/boards/components/sidebar/remove_issue.vue
View file @
3c0188c3
<
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 @
3c0188c3
---
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