Commit e0afedb4 authored by Michal Čihař's avatar Michal Čihař

Propagate even if there is no local change (might be elsewhere)

parent a74961db
......@@ -1624,6 +1624,7 @@ class Unit(models.Model):
# Return if there was no change
if not saved:
self.propagate(request)
return
# Update translated flag
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment