sync: Fix non-import of MCQ during sync
This commit is contained in:
parent
6265f85149
commit
ca891cd9b2
1 changed files with 5 additions and 0 deletions
|
@ -275,6 +275,11 @@ func buildExerciceFlags(i Importer, exercice fic.Exercice) (flags map[int64]impo
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
flags[flag.Id] = importFlag{
|
||||
Line: nline + 1,
|
||||
Flag: addedFlag,
|
||||
}
|
||||
}
|
||||
|
||||
// Read dependency to flag
|
||||
|
|
Reference in a new issue