Commit 9d77ea73 authored by Simon Knox's avatar Simon Knox

update url when adding new card

parent 34d050f6
......@@ -113,6 +113,7 @@ class List {
issue.id = data.id;
issue.iid = data.iid;
issue.milestone = data.milestone;
issue.project = data.project;
if (this.issuesSize > 1) {
const moveBeforeId = this.issues[1].id;
......
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