Skip to content
Snippets Groups Projects
Commit ceb6742e authored by Lee Tickett's avatar Lee Tickett Committed by Kushal Pandya
Browse files

Revert "DB change, migratoin and changelog"

This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
parent 906e7337
No related branches found
No related tags found
No related merge requests found
<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,
Loading
Loading
@@ -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 => {
Loading
Loading
@@ -71,7 +71,7 @@ export default Vue.extend({
return req;
},
},
});
};
</script>
<template>
<div class="block list">
Loading
Loading
---
title: Remove vue resource from remove issue
merge_request: 32425
author: Lee Tickett
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment