This commit is contained in:
parent
24fa72eb8a
commit
1ec71728de
1 changed files with 1 additions and 1 deletions
|
@ -1460,7 +1460,7 @@ func diffExerciceWithRemote(exercice *fic.Exercice, theme *fic.Theme) ([]syncDif
|
|||
|
||||
if len(not_found) > 0 || len(extra_found) > 0 {
|
||||
diffs = append(diffs, syncDiff{
|
||||
Field: fmt.Sprintf("flags[%d].entries", i, field.Name),
|
||||
Field: fmt.Sprintf("flags[%d].entries", i),
|
||||
Link: fmt.Sprintf("exercices/%d/flags", exercice.Id),
|
||||
Before: extra_found,
|
||||
After: not_found,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue