pgAdmin 4 commit: Fixed an issue where the titles in query tabs are dif

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 titles in query tabs are dif
Date: 2021-08-06 14:05:38
Message-ID: E1mC0Ti-0006qd-Tx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the titles in query tabs are different. Fixes #6618

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=703478c13dd88fa3bb847e2da3fbe4a455f628b0
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_6.rst | 1 +
web/pgadmin/tools/datagrid/static/js/datagrid_panel_title.js | 7 +++++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 5 ++++-
3 files changed, 10 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-06 14:06:18 Re: [pgAdmin][RM-6618]: different titles in tab query
Previous Message Akshay Joshi 2021-08-06 14:02:21 Re: [pgAdmin][RM4904] Copy SQL from main window to query tool