mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
update all duplicates when importing
If duplicate notes are already in the collection and, based on the first field of all of them, they should be updated, update all of them instead of just the first one we come across.
This commit is contained in:
parent
9ac6ac4d2b
commit
a570779a26
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ class NoteImporter(Importer):
|
||||||
updateLog.append(updateLogTxt % fld0)
|
updateLog.append(updateLogTxt % fld0)
|
||||||
dupeCount += 1
|
dupeCount += 1
|
||||||
found = True
|
found = True
|
||||||
break
|
|
||||||
elif self.importMode == 1:
|
elif self.importMode == 1:
|
||||||
dupeCount += 1
|
dupeCount += 1
|
||||||
elif self.importMode == 2:
|
elif self.importMode == 2:
|
||||||
|
|
Loading…
Reference in a new issue