pgAdmin 4 commit: Fixed an issue where the debugger's custom tab title

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the debugger's custom tab title
Date: 2020-11-12 12:38:52
Message-ID: E1kdBsK-0000FF-1G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-12 12:39:08 Re: [pgAdmin4] Enhance the Schema diff GUI validation
Previous Message Akshay Joshi 2020-11-12 12:38:51 pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube.