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>