From a4dd0acd53a2dd920cc9691a7527ee97e2a81e64 Mon Sep 17 00:00:00 2001 From: Sean Engelhardt Date: Tue, 24 Sep 2019 15:13:02 +0200 Subject: [PATCH] Render lists in amendment overview PDF Fixes an issue that lists where not sown in the amendment overview PDF --- .../app/site/motions/services/amendment-list-pdf.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/app/site/motions/services/amendment-list-pdf.service.ts b/client/src/app/site/motions/services/amendment-list-pdf.service.ts index c21927940..b241f6ab3 100644 --- a/client/src/app/site/motions/services/amendment-list-pdf.service.ts +++ b/client/src/app/site/motions/services/amendment-list-pdf.service.ts @@ -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