From b30bc712a16e4436a08f0c4a31640a4401e94efb Mon Sep 17 00:00:00 2001 From: Ramona Popa Date: Tue, 8 Oct 2019 18:38:28 +0100 Subject: [PATCH] RM-700: Generate Hold Report fails for a hold if has active content - check if rma:identifier property exists --- .../bootstrap/report/report_rmr_holdReport.html.ftl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/bootstrap/report/report_rmr_holdReport.html.ftl b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/bootstrap/report/report_rmr_holdReport.html.ftl index d29b4fa3b8..93dca7fbcb 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/bootstrap/report/report_rmr_holdReport.html.ftl +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/bootstrap/report/report_rmr_holdReport.html.ftl @@ -112,7 +112,12 @@ - +
${child.properties["rma:identifier"]} ${child.properties.name} + <#if child.properties["rma:identifier"]??> + ${child.properties["rma:identifier"]} + + ${child.properties.name} +