Skip to content

Commit 21d797d

Browse files
committed
Fix bug with not saving event description properly
- Legacy-Id: 3397
1 parent 486c89f commit 21d797d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/idrfc/views_edit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ def diff(attr, name):
530530

531531
for c in changes:
532532
e = DocEvent(doc=doc, by=login)
533+
e.desc = c
533534
e.type = "changed_document"
534535
e.save()
535536

0 commit comments

Comments
 (0)