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
@ -156,7 +156,6 @@ class NoteImporter(Importer):
|
||||
updateLog.append(updateLogTxt % fld0)
|
||||
dupeCount += 1
|
||||
found = True
|
||||
break
|
||||
elif self.importMode == 1:
|
||||
dupeCount += 1
|
||||
elif self.importMode == 2:
|
||||
|
Loading…
Reference in New Issue
Block a user