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:
Soren I. Bjornstad 2014-06-24 15:55:19 -05:00
parent 9ac6ac4d2b
commit a570779a26

View File

@ -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: