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