File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.5.2] - 2025-09-25
8
+
9
+ - [ #290 ] ( https://github.com/os2display/display-admin-client/pull/290 )
10
+ - Added temporary fix that reloads the page after a screen has been saved, to ensure fresh data is fetched.
11
+
7
12
## [ 2.5.1] - 2025-06-23
8
13
9
14
- [ #287 ] ( https://github.com/os2display/display-admin-client/pull/287 )
Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ function ScreenManager({
285
285
} else {
286
286
navigate ( "/screen/list" ) ;
287
287
}
288
+
289
+ // TODO: Remove this. Temporary fix until redux caching issues are fixed.
290
+ window . location . reload ( ) ;
288
291
}
289
292
} , [ isSaveSuccessPut , isSaveSuccessPost ] ) ;
290
293
You can’t perform that action at this time.
0 commit comments