On propose aussi d'intéragir avec les éléments dépubliés
This commit is contained in:
parent
ca205c5ccd
commit
0ab30fd317
@ -182,7 +182,7 @@ class FixDuplicates(Form):
|
|||||||
choices = []
|
choices = []
|
||||||
initial = None
|
initial = None
|
||||||
for i, e in enumerate(events):
|
for i, e in enumerate(events):
|
||||||
if e.status != Event.STATUS.TRASH:
|
if e.status != Event.STATUS.TRASH or e.modified():
|
||||||
msg = ""
|
msg = ""
|
||||||
if e.local_version():
|
if e.local_version():
|
||||||
msg = _(" (locally modified version)")
|
msg = _(" (locally modified version)")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user