🐛(frontend) fix duplicate document entries in grid
The tests e2e were failing sometimes because the documents list was containing duplicates. This was happening when multiple users were modifying the documents list (creation, update, ...). We now deduplicate documents by their ID before displaying them.
This commit is contained in:
@@ -6,11 +6,15 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## Fixed
|
||||
|
||||
- 🐛(frontend) fix duplicate document entries in grid #1479
|
||||
|
||||
## [3.8.2] - 2025-10-17
|
||||
|
||||
### Fixed
|
||||
|
||||
🐛(service-worker) fix sw registration and page reload logic #1500
|
||||
- 🐛(service-worker) fix sw registration and page reload logic #1500
|
||||
|
||||
## [3.8.1] - 2025-10-17
|
||||
|
||||
|
||||
Reference in New Issue
Block a user