Ensure that sorting should be preserved on refresh for Server Activity. Fixes #7308

This commit is contained in:
Pradip Parkale
2022-04-14 11:11:45 +05:30
committed by Akshay Joshi
parent 7b0a6e7377
commit 131ff4de48
3 changed files with 62 additions and 43 deletions

View File

@@ -35,3 +35,4 @@ Bug fixes
| `Issue #7262 <https://redmine.postgresql.org/issues/7262>`_ - Ensure that Autocomplete should work after changing the connection.
| `Issue #7294 <https://redmine.postgresql.org/issues/7294>`_ - Fixed an issue where the copy and paste row does not work if the first column contains no data.
| `Issue #7296 <https://redmine.postgresql.org/issues/7296>`_ - Ensure that after deleting multiple objects from the properties panel, the browser tree should be refreshed.
| `Issue #7308 <https://redmine.postgresql.org/issues/7308>`_ - Ensure that sorting should be preserved on refresh for Server Activity.