Fix bug with not saving event description properly

- Legacy-Id: 3397
This commit is contained in:
Ole Laursen 2011-08-30 10:50:58 +00:00
parent 486c89f8c8
commit 21d797d612

View file

@ -530,6 +530,7 @@ def edit_infoREDESIGN(request, name):
for c in changes:
e = DocEvent(doc=doc, by=login)
e.desc = c
e.type = "changed_document"
e.save()