Fix bug with not saving event description properly
- Legacy-Id: 3397
This commit is contained in:
parent
486c89f8c8
commit
21d797d612
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue