Render lists in amendment overview PDF
Fixes an issue that lists where not sown in the amendment overview PDF
This commit is contained in:
parent
534f2d1835
commit
a4dd0acd53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user