Fixed an issue where dynamic tab title has not applied the first time for debugger panel. Fixes #5978

This commit is contained in:
Nikhil Mohite
2020-11-19 10:25:20 +05:30
committed by Akshay Joshi
parent 5839e7cda8
commit 17ce84dd0a
5 changed files with 23 additions and 14 deletions
+1
View File
@@ -18,5 +18,6 @@ Bug fixes
*********
| `Issue #5974 <https://redmine.postgresql.org/issues/5974>`_ - Fixed an issue where the debugger's custom tab title not applied when opened in the new browser tab.
| `Issue #5978 <https://redmine.postgresql.org/issues/5978>`_ - Fixed an issue where dynamic tab title has not applied the first time for debugger panel.
| `Issue #5983 <https://redmine.postgresql.org/issues/5983>`_ - Added the appropriate server icon based on the server type in the new connection dialog.
| `Issue #5985 <https://redmine.postgresql.org/issues/5985>`_ - Fixed an issue where the process watcher dialog throws an error for the database server which is already removed.