This commit is contained in:
@@ -317,7 +317,7 @@ function transform(dat, atype) {
|
||||
var newItems = [];
|
||||
z.Items.split(",").forEach((x, i) => {
|
||||
newItems.push({
|
||||
Sequence: i,
|
||||
Sequence: i + 1,
|
||||
Task: x
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user