Commit 08bb1d77 authored by Michal Čihař's avatar Michal Čihař

Revert "Do not generate Change while propagating"

This reverts commit 7dfc280e.
parent 2ffe2773
......@@ -920,7 +920,7 @@ class Unit(models.Model):
for unit in allunits:
unit.target = self.target
unit.fuzzy = self.fuzzy
unit.save_backend(request, False, False)
unit.save_backend(request, False)
def save(self, *args, **kwargs):
'''
......
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