From bc1ab42b7b0a0fd2d6790a270326e7ca77d624e3 Mon Sep 17 00:00:00 2001 From: Shefali Date: Thu, 19 Oct 2023 12:08:23 -0700 Subject: [PATCH] Apply sort settings immediately - even when in edit mode. --- src/plugins/timelist/TimelistComponent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/timelist/TimelistComponent.vue b/src/plugins/timelist/TimelistComponent.vue index 423e511dab..18732e2d06 100644 --- a/src/plugins/timelist/TimelistComponent.vue +++ b/src/plugins/timelist/TimelistComponent.vue @@ -194,6 +194,7 @@ export default { if (this.isEditing) { this.filterValue = configuration.filter; this.hideAll = false; + this.setSort(); this.listActivities(); } else { this.filterValue = configuration.filter;