Merge pull request #5051 from tsiegleauq/amendment-pdf-overview-list-issue

Render lists in amendment overview PDF
This commit is contained in:
Emanuel Schütze 2019-09-24 16:51:34 +02:00 committed by GitHub
commit 23a7f26437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,8 @@ export class AmendmentListPdfService {
text: amendment.submittersAsUsers.toString()
},
{
text: this.renderDiffLines(amendment)
// requires stack cause this can be an array
stack: this.renderDiffLines(amendment)
},
{
text: recommendationText