mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
fix to minor issue in workflow_details template spotted by Paul
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2594 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
Reject Step: <a href="/alfresco/workflow/reject/${workspace}/${storenode}">${document.properties["app:rejectStep"]}</a><br>
|
Reject Step: <a href="/alfresco/workflow/reject/${workspace}/${storenode}">${document.properties["app:rejectStep"]}</a><br>
|
||||||
</#if>
|
</#if>
|
||||||
<#if document.properties["app:rejectFolder"]?exists>
|
<#if document.properties["app:rejectFolder"]?exists>
|
||||||
Reject Folder: <a href="/alfresco${document.properties["app:rejectFolder"].url}">{document.properties["app:rejectFolder"].name}</a><br>
|
Reject Folder: <a href="/alfresco${document.properties["app:rejectFolder"].url}">${document.properties["app:rejectFolder"].name}</a><br>
|
||||||
</#if>
|
</#if>
|
||||||
<#else>
|
<#else>
|
||||||
This document has no workflow.<br>
|
This document has no workflow.<br>
|
||||||
|
Reference in New Issue
Block a user