Commit 7905f45f authored by Eduardo Mejía's avatar Eduardo Mejía Committed by Kushal Pandya

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

parent 158f3189
......@@ -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