Commit 1717804e authored by nuwe1's avatar nuwe1

add changelog and minor updates

parent 4baff23d
......@@ -114,7 +114,7 @@ class List {
}
newIssue(issue) {
return boardsStore.newListIssue(issue);
return boardsStore.newListIssue(this, issue);
}
createIssues(data) {
......
......@@ -607,7 +607,7 @@ const boardsStore = {
});
},
newListIssue(issue) {
newListIssue(list, issue) {
list.addIssue(issue, null, 0);
list.issuesSize += 1;
......
---
title: Remove newIssue logic from list model
merge_request: 32244
author: nuwe1
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