Fixed an issue where the debugger's custom tab title not applied when opened in the new browser tab. Fixes #5974
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ebf5e871e084a848774eee09bf072d103bd04b97 Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_29.rst | 1 + .../datagrid/static/js/datagrid_panel_title.js | 2 +- web/pgadmin/tools/datagrid/static/js/show_data.js | 2 +- web/pgadmin/tools/debugger/__init__.py | 23 ++++++++++++++++++++++ .../tools/debugger/static/js/debugger_utils.js | 2 +- .../tools/debugger/templates/debugger/direct.html | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-)