Skip to content

Commit dad7729

Browse files
authored
Merge pull request #291 from os2display/release/2.5.2
Release 2.5.2
2 parents ebb44da + 0f0f638 commit dad7729

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
712
## [2.5.1] - 2025-06-23
813

914
- [#287](https://github.com/os2display/display-admin-client/pull/287)

src/components/screen/screen-manager.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ function ScreenManager({
285285
} else {
286286
navigate("/screen/list");
287287
}
288+
289+
// TODO: Remove this. Temporary fix until redux caching issues are fixed.
290+
window.location.reload();
288291
}
289292
}, [isSaveSuccessPut, isSaveSuccessPost]);
290293

0 commit comments

Comments
 (0)