mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Office Addin web scripts - removed unnecessary server-side task ordering
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6101 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
|
||||
<div id="taskList" class="containerMedium togglePanel">
|
||||
<#assign taskNum=0>
|
||||
<#list workflow.assignedTasks?sort_by('startDate') as t>
|
||||
<#list workflow.assignedTasks as t>
|
||||
<#assign taskNum=taskNum+1>
|
||||
<#assign hasDue=t.properties["bpm:dueDate"]?exists>
|
||||
<#if hasDue>
|
||||
|
@@ -46,7 +46,7 @@
|
||||
|
||||
<div id="taskList" class="containerMedium">
|
||||
<#assign taskNum=0>
|
||||
<#list workflow.assignedTasks?sort_by('startDate') as t>
|
||||
<#list workflow.assignedTasks as t>
|
||||
<#assign taskNum=taskNum+1>
|
||||
<#assign hasDue=t.properties["bpm:dueDate"]?exists>
|
||||
<#if hasDue>
|
||||
|
Reference in New Issue
Block a user