on affine le choix par défaut lors du fix

This commit is contained in:
Jean-Marie Favreau 2024-11-11 22:44:47 +01:00
parent 84123e8bb9
commit 743b393366

View File

@ -188,7 +188,8 @@ class FixDuplicates(Form):
msg = ""
if e.local_version():
msg = _(" (locally modified version)")
initial = "Select-" + str(e.pk)
if e.status != Event.STATUS.TRASH:
initial = "Select-" + str(e.pk)
if e.pure_import():
msg = _(" (synchronized on import version)")
choices += [