Fixed an issue where the properties tab for collection nodes is unresponsive after switching the tabs. Fixes #4959

This commit is contained in:
Nikhil Mohite
2021-02-26 12:45:06 +05:30
committed by Akshay Joshi
parent 8279e7e01c
commit 4fc36a9053
2 changed files with 22 additions and 6 deletions

View File

@@ -17,4 +17,5 @@ Housekeeping
Bug fixes
*********
| `Issue #4959 <https://redmine.postgresql.org/issues/4959>`_ - Fixed an issue where the properties tab for collection nodes is unresponsive after switching the tabs.
| `Issue #6159 <https://redmine.postgresql.org/issues/6159>`_ - Ensure that the user should be able to kill the session from Dashboard if the user has a 'pg_signal_backend' role.