Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

101934: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      101821: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
         101778: MNT-13831: Merged V4.2.4 (4.2.4.8) to V4.2-BUG-FIX (4.2.5)
            101168: MNT-13641: Workflow attached documents are not shown if user does not have permissions to the parent folder
               - Refuse of parent name property for picker element that was used for data list link generation.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@102073 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-04-17 09:58:41 +00:00
parent 83649658c3
commit 9a5e41424f

View File

@@ -32,7 +32,6 @@
{ {
"type": "${row.item.typeShort}", "type": "${row.item.typeShort}",
"parentType": "${row.item.parentTypeShort!""}", "parentType": "${row.item.parentTypeShort!""}",
<#if row.item.parent??>"parentName": "${row.item.parent.name!""}",</#if>
"isContainer": ${row.item.isContainer?string}, "isContainer": ${row.item.isContainer?string},
<#if row.container??>"container": "${row.container!""}",</#if> <#if row.container??>"container": "${row.container!""}",</#if>
"name": "${row.item.properties.name!""}", "name": "${row.item.properties.name!""}",