Commit 8ced6aa1 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fe-delete-old-boardservice-on-component-modal-footer' into 'master'

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

See merge request gitlab-org/gitlab-ce!30616
parents 158f3189 7905f45f
......@@ -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 => {
......
---
title: change the use of boardService in favor of boardsStore on footer for the board
component
merge_request: 30616
author: eduarmreyes
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment