Skip to content

Commit 28bc1d2

Browse files
committed
Merged [6630] from jmh@joelhalpern.com:
Add document titles to status change request email. Fixes issue ietf-tools#1069. - Legacy-Id: 6648 Note: SVN reference [6630] has been migrated to Git commit bb539aa
2 parents 6d8b178 + bb539aa commit 28bc1d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/views_status_change.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def generate_last_call_text(request, doc):
643643
settings=settings,
644644
requester=requester,
645645
expiration_date=expiration_date.strftime("%Y-%m-%d"),
646-
changes=['%s from %s to %s'%(rel.target.name.upper(),rel.target.document.std_level.name,newstatus(rel)) for rel in doc.relateddocument_set.filter(relationship__slug__in=RELATION_SLUGS)],
646+
changes=['%s from %s to %s\n (%s)'%(rel.target.name.upper(),rel.target.document.std_level.name,newstatus(rel),rel.target.document.title) for rel in doc.relateddocument_set.filter(relationship__slug__in=RELATION_SLUGS)],
647647
urls=[rel.target.document.get_absolute_url() for rel in doc.relateddocument_set.filter(relationship__slug__in=RELATION_SLUGS)],
648648
cc=cc
649649
)

0 commit comments

Comments
 (0)