Merge pull request #5051 from tsiegleauq/amendment-pdf-overview-list-issue
Render lists in amendment overview PDF
This commit is contained in:
commit
23a7f26437
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user