summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components/modal/footer.js.es6
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/boards/components/modal/footer.js.es6')
-rw-r--r--app/assets/javascripts/boards/components/modal/footer.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/boards/components/modal/footer.js.es6 b/app/assets/javascripts/boards/components/modal/footer.js.es6
index 1be58b017ef..81b1aa1da77 100644
--- a/app/assets/javascripts/boards/components/modal/footer.js.es6
+++ b/app/assets/javascripts/boards/components/modal/footer.js.es6
@@ -26,7 +26,7 @@
},
addIssues() {
const list = this.selectedList;
- const issueIds = this.selectedIssues.map(issue => issue._id);
+ const issueIds = this.selectedIssues.map(issue => issue.globalId);
// Post the data to the backend
this.$http.post(this.bulkUpdatePath, {