pgAdmin 4 commit: Fixed an issue where dynamic tab title has not applie

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 dynamic tab title has not applie
Date: 2020-11-19 05:07:16
Message-ID: E1kfcA8-0002Qs-DL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-19 05:07:54 Re: [pgAdmin4] RM5943 Implement folder rename in Storage Manager
Previous Message Nikhil Mohite 2020-11-17 09:23:21 Re: [pgAdmin][RM-5978]: Dynamic tab title is not applied first time to debugger tab.