Render lists in amendment overview PDF

Fixes an issue that lists where not sown in the amendment overview PDF
This commit is contained in:
Sean Engelhardt 2019-09-24 15:13:02 +02:00 committed by Emanuel Schütze
parent 534f2d1835
commit a4dd0acd53

View File

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