mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-700: Generate Hold Report fails for a hold if has active content
- check if rma:identifier property exists
This commit is contained in:
@@ -112,7 +112,12 @@
|
|||||||
<td>
|
<td>
|
||||||
<table cellpadding="2" cellspacing="0" border="0">
|
<table cellpadding="2" cellspacing="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>${child.properties["rma:identifier"]} <b>${child.properties.name}</b></td>
|
<td>
|
||||||
|
<#if child.properties["rma:identifier"]??>
|
||||||
|
${child.properties["rma:identifier"]}
|
||||||
|
</#if>
|
||||||
|
<b>${child.properties.name}</b>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user