# HG changeset patch # User Fadi Abbud # Date 1556788498 -7200 # Node ID 106e1d011a5d45f3dd7b337498f351aa2266ee85 # Parent 35c0da49eb8992f468d618ed6aabbcb3990f6431 client: pdf-gen: include the diagram elements in the upload template constraint diff -r 35c0da49eb89 -r 106e1d011a5d client/src/components/systemconfiguration/PDFTemplates.vue --- a/client/src/components/systemconfiguration/PDFTemplates.vue Thu May 02 10:46:50 2019 +0200 +++ b/client/src/components/systemconfiguration/PDFTemplates.vue Thu May 02 11:14:58 2019 +0200 @@ -181,7 +181,9 @@ "legend", "scalebar", "scale", - "northarrow" + "northarrow", + "diagramlegend", + "diagramtitle" ].indexOf(e.type) === -1 ) { checkElement = true;