formatted
This commit is contained in:
parent
c475532f21
commit
5bd0e00e79
|
@ -133,7 +133,7 @@ public class NotifyToSocial {
|
|||
private String getPDFLinkRequest(ExportAsPDF exportAsPDF) {
|
||||
try {
|
||||
if(exportAsPDF!=null && exportAsPDF.getExport()) {
|
||||
GeoportalExporterAPI geoportalExporterAPI = new GeoportalExporterAPI();
|
||||
GeoportalExporterAPI geoportalExporterAPI = new GeoportalExporterAPI();
|
||||
String thePDFShortLink = geoportalExporterAPI.exportProject("pdf", itemObserved.getUCD_Id(), itemObserved.getProjectId(), false, true);
|
||||
nMPlaceholdersSUtil.getPlaceholderMapValues().putProjectAsPDFLink(thePDFShortLink);
|
||||
return thePDFShortLink;
|
||||
|
|
Loading…
Reference in New Issue