From c663d2ba00219f15df581d00ea24790a5c61972d Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sun, 20 Nov 2022 03:13:02 +0500 Subject: [PATCH] Sort completed tasks by 'modified' instead of 'created' field (#7047) --- .../demonstrations/Tasks/TaskManagementExampleDraggable.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid b/editions/tw5.com/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid index e981edd09..4ec1de69a 100644 --- a/editions/tw5.com/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid +++ b/editions/tw5.com/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid @@ -16,7 +16,7 @@ This is a version of the TaskManagementExample enhanced with the ability to drag //(Listed in reverse order of completion)// -<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]"> +<$list filter="[!has[draft.of]tag[task]tag[done]sort[modified]]">
<$checkbox tag="done"> ~~<$link/>~~