pgAdmin 4 commit: Ensure that the Query Tool connection string should n

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the Query Tool connection string should n
Date: 2021-06-07 16:38:04
Message-ID: E1lqIGK-00014g-LE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the Query Tool connection string should not be changed as per the 'Query Tool tab title'. Fixes #6404

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_4.rst | 1 +
web/pgadmin/browser/__init__.py | 5 +++--
.../browser/register_browser_preferences.py | 4 ++--
web/pgadmin/browser/templates/browser/js/utils.js | 1 +
.../static/js/sqleditor/new_connection_dialog.js | 26 +++++++++++++---------
.../datagrid/static/js/datagrid_panel_title.js | 12 ++++++----
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 16 ++++++-------
web/pgadmin/utils/constants.py | 3 +++
8 files changed, 41 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-07 16:39:39 Re: [pgAdmin][RM-6404]: Separate settings for query tool tab title and connection info
Previous Message Akshay Joshi 2021-06-07 15:09:29 Re: [pgAdmin][RM6225] Update Flask-Security-Too v4