mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-2115 (View Security Clearance UI)
+review RM-44 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@103421 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -4,8 +4,10 @@
|
|||||||
<#escape x as jsonUtils.encodeJSONString(x)>
|
<#escape x as jsonUtils.encodeJSONString(x)>
|
||||||
"classificationId": "${cl.id}",
|
"classificationId": "${cl.id}",
|
||||||
"classificationLabel": "${cl.displayLabel}",
|
"classificationLabel": "${cl.displayLabel}",
|
||||||
"userName": "${pi.userName}",
|
"userName": <#if pi.userName??>"${pi.userName}"<#else>null</#if>,
|
||||||
"firstName": <#if pi.firstName??>"${pi.firstName}"<#else>null</#if>,
|
"firstName": <#if pi.firstName??>"${pi.firstName}"<#else>null</#if>,
|
||||||
"lastName": <#if pi.lastName??>"${pi.lastName}"<#else>null</#if>
|
"lastName": <#if pi.lastName??>"${pi.lastName}"<#else>null</#if>,
|
||||||
|
"fullName": <#if pi.firstName?? && pi.lastName??>"${pi.firstName} ${pi.lastName}"<#else>"${pi.userName}"</#if>,
|
||||||
|
"completeName": <#if pi.firstName?? && pi.lastName?? && pi.userName??>"${pi.firstName} ${pi.lastName} (${pi.userName})"<#else>"${pi.userName}"</#if>
|
||||||
</#escape>
|
</#escape>
|
||||||
</#macro>
|
</#macro>
|
Reference in New Issue
Block a user