Thomas Trompette
4df3539ba1
Fix: Staled data on record table after merging records ( #19457 )
...
Fix record table not refreshing after merging records
The record table's virtualization state persists across navigations, so
when the table remounts after a merge redirect, none of the existing
reload conditions were satisfied and the table rendered stale data.
Add an isInitializedOnMount local state to
RecordTableVirtualizedInitialDataLoadEffect that guarantees a fresh
triggerInitialRecordTableDataLoad on every mount, acting as a fallback
when no other reload condition matches.
2026-04-08 14:34:09 +00:00
..
2026-04-07 10:56:49 +02:00
2026-04-07 08:43:48 +02:00
2026-04-04 08:05:27 +02:00
2026-04-04 14:05:42 +02:00
2026-03-13 14:59:46 +01:00
2026-04-02 12:01:31 +00:00
2026-04-07 17:26:07 +00:00
2026-04-03 12:44:03 +00:00
2026-04-02 10:17:04 +00:00
2026-04-04 08:05:27 +02:00
2026-04-02 10:10:13 +02:00
2026-02-25 12:26:42 +01:00
2026-04-02 10:17:04 +00:00
2026-04-01 15:56:52 +00:00
2026-04-08 12:47:34 +00:00
2026-04-02 16:35:14 +00:00
2026-03-13 14:59:46 +01:00
2026-02-25 12:26:42 +01:00
2026-03-23 10:28:23 +01:00
2026-03-06 01:03:50 +01:00
2026-03-13 14:59:46 +01:00
2026-03-06 01:03:50 +01:00
2026-03-03 16:42:03 +01:00
2026-04-01 15:56:52 +00:00
2026-03-13 14:59:46 +01:00
2026-04-04 08:05:27 +02:00
2026-03-05 15:46:31 +01:00
2026-04-07 17:26:07 +00:00
2026-03-06 14:04:57 +01:00
2026-04-02 13:36:33 +00:00
2026-03-30 10:53:31 +02:00
2026-03-25 16:02:24 +01:00
2026-03-27 14:47:27 +01:00
2026-04-02 13:36:33 +00:00
2026-04-07 09:50:31 +02:00
2026-04-08 01:27:08 +00:00
2026-03-27 14:47:27 +01:00
2026-04-08 14:34:09 +00:00
2026-03-16 00:38:11 +01:00
2026-04-08 11:53:55 +00:00
2026-04-08 05:10:36 +00:00
2026-04-07 14:21:35 +00:00
2026-03-24 23:44:01 +00:00
2026-03-18 15:34:33 +00:00
2026-04-02 10:10:13 +02:00
2026-03-13 19:45:40 +01:00
2026-03-13 14:59:46 +01:00
2026-04-08 01:27:08 +00:00
2026-03-24 18:10:25 +00:00
2026-03-30 13:53:35 +00:00
2026-04-07 10:56:49 +02:00
2026-03-06 13:33:02 +00:00
2026-03-13 14:59:46 +01:00
2026-03-02 18:58:32 +01:00