pgAdmin 4 commit: Fixed an issue where the debugger's custom tab title - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the debugger's custom tab title
Date
Msg-id E1kdBsK-0000FF-1G@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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.mohite@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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4] Enhance the Schema diff GUI validation