pgAdmin 4 commit: Fixed an issue where dynamic tab title has not applie - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where dynamic tab title has not applie
Date
Msg-id E1kfcA8-0002Qs-DL@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where dynamic tab title has not applied the first time for debugger panel. Fixes #5978

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17ce84dd0a9207ad33eaaf8e5065995205420d3e
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_29.rst                      |  1 +
web/pgadmin/tools/debugger/__init__.py                 |  1 +
web/pgadmin/tools/debugger/static/js/debugger.js       | 18 ++++++++++++------
web/pgadmin/tools/debugger/static/js/debugger_ui.js    | 13 ++++++-------
web/pgadmin/tools/debugger/static/js/debugger_utils.js |  4 +++-
5 files changed, 23 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM-5978]: Dynamic tab title is not applied first time to debugger tab.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4] RM5943 Implement folder rename in Storage Manager