mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Fix for ALF-2945 - Incorrect list of actions for the space's details page via My Spaces List.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23202 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -30,7 +30,13 @@
|
||||
<td width="24"></td>
|
||||
<td width="300">
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<#if node.isDocument>
|
||||
<#assign navurl='/navigate/showDocDetails/' + node.nodeRef.storeRef.protocol + '/' + node.nodeRef.storeRef.identifier + '/' + node.nodeRef.id>
|
||||
<#elseif node.isContainer>
|
||||
<#assign navurl='/navigate/showSpaceDetails/' + node.nodeRef.storeRef.protocol + '/' + node.nodeRef.storeRef.identifier + '/' + node.nodeRef.id>
|
||||
<#else>
|
||||
<#assign navurl='#'>
|
||||
</#if>
|
||||
<#if node.isDocument>
|
||||
<tr>
|
||||
<#if node.isLocked>
|
||||
|
||||
Reference in New Issue
Block a user