change the use of boardService in favor of boardsStore on footer for the board component

This commit is contained in:
Eduardo Mejía 2019-07-12 12:27:17 +00:00 committed by Kushal Pandya
parent 158f318971
commit 7905f45f9c
2 changed files with 7 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default {
const req = this.buildUpdateRequest(list);
// Post the data to the backend
gl.boardService.bulkUpdate(issueIds, req).catch(() => {
boardsStore.bulkUpdate(issueIds, req).catch(() => {
Flash(__('Failed to update issues, please try again.'));
selectedIssues.forEach(issue => {

View File

@ -0,0 +1,6 @@
---
title: change the use of boardService in favor of boardsStore on footer for the board
component
merge_request: 30616
author: eduarmreyes
type: other