Ensure that Dashboard graphs should be refreshed on changing the node from the browser tree. Fixes #7402

This commit is contained in:
Akshay Joshi
2022-05-23 13:26:40 +05:30
parent 11cfea3860
commit 50b1ba5c80
2 changed files with 4 additions and 2 deletions

View File

@@ -26,3 +26,4 @@ Bug fixes
| `Issue #7383 <https://redmine.postgresql.org/issues/7383>`_ - Fixed an issue where Preferences are not saved when the dialog is maximized.
| `Issue #7388 <https://redmine.postgresql.org/issues/7388>`_ - Fixed an issue where an error message fills the entire window if the query is long.
| `Issue #7393 <https://redmine.postgresql.org/issues/7393>`_ - Ensure that the editor position should not get changed once it is opened.
| `Issue #7402 <https://redmine.postgresql.org/issues/7402>`_ - Ensure that Dashboard graphs should be refreshed on changing the node from the browser tree.