From 3e2823bf6ac09bd0b0334438383ef255aab8e01c Mon Sep 17 00:00:00 2001 From: Mike Hatfield Date: Mon, 25 Jun 2007 15:23:48 +0000 Subject: [PATCH] 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 --- .../webscripts/org/alfresco/office/myAlfresco.get.html.ftl | 2 +- .../webscripts/org/alfresco/office/myTasks.get.html.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl index 7adbbefa69..3548a94de7 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl +++ b/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl @@ -82,7 +82,7 @@
<#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> diff --git a/config/alfresco/templates/webscripts/org/alfresco/office/myTasks.get.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/office/myTasks.get.html.ftl index ece4792c89..681c346623 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/office/myTasks.get.html.ftl +++ b/config/alfresco/templates/webscripts/org/alfresco/office/myTasks.get.html.ftl @@ -46,7 +46,7 @@
<#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>