Commit 295597c2 authored by Phil Hughes's avatar Phil Hughes

Fixed Karma tests

parent ed88e035
......@@ -24,9 +24,12 @@ export default {
title: this.title,
labels,
subscribed: true,
milestone_id: Store.state.currentBoard.milestone_id,
});
if (Store.state.currentBoard) {
issue.milestone_id = Store.state.currentBoard.milestone_id;
}
this.list.newIssue(issue)
.then(() => {
// Need this because our jQuery very kindly disables buttons on ALL form submissions
......
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