Fix inserting task structure with related tasks #142

Merged
konrad merged 4 commits from fix/migration-subtasks into master 2020-02-18 22:00:55 +00:00
Owner

Description

Fixes a bug where importing tasks would crash if there were related tasks in the structure.

Checklist

  • I added or improved tests
# Description Fixes a bug where importing tasks would crash if there were related tasks in the structure. # Checklist * [x] I added or improved tests
jtojnar reviewed 2020-02-18 21:33:55 +00:00
@ -60,1 +76,4 @@
}
for _, rt := range tasks {
// First create the related tasks if they does not exist
Contributor

does → do

does → do
Author
Owner

Right, thanks!

Right, thanks!
konrad closed this pull request 2020-02-18 22:00:55 +00:00
konrad deleted branch fix/migration-subtasks 2020-02-18 22:00:59 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#142
No description provided.