max / goingson
1 file changed,
+5 insertions,
-0 deletions
| @@ -172,6 +172,11 @@ | |||
| 172 | 172 | } | |
| 173 | 173 | ||
| 174 | 174 | updateSortArrows(); | |
| 175 | + | // load() no-ops while the tasks cache is fresh (30s); a sort change must | |
| 176 | + | // refetch with the new order, so invalidate first — mirrors applyFilters | |
| 177 | + | // and clearFilters (Perf M3). Without this the arrow flips but rows don't | |
| 178 | + | // move until the cache ages out. | |
| 179 | + | GoingsOn.cache.invalidate('tasks'); | |
| 175 | 180 | GoingsOn.tasks.load(); | |
| 176 | 181 | } | |
| 177 | 182 |