on affine le choix par défaut lors du fix
This commit is contained in:
parent
84123e8bb9
commit
743b393366
@ -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 += [
|
||||
|
Loading…
x
Reference in New Issue
Block a user