pgAdmin 4 commit: 1. Fixed an issue where Alt-Shift-Q didn't work after

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Fixed an issue where Alt-Shift-Q didn't work after
Date: 2022-08-17 11:54:04
Message-ID: E1oOHca-0006fK-Ly@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Fixed an issue where Alt-Shift-Q didn't work after creating a new query. Fixes #7575
2. Fixed an issue where the Query Editor loses focus when saving a query (Alt+s). Fixes #7521
3. Ensure that an error is thrown if clipboard access is not provided and change the copy rows shortcut. Fixes #7452

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=306b184e112192d3a0f97268f6e2512c502b35c7
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_13.rst | 3 +++
web/pgadmin/misc/bgprocess/static/js/Processes.jsx | 5 +++--
web/pgadmin/static/js/clipboard.js | 6 ++++--
web/pgadmin/static/js/components/PgTable.jsx | 1 +
.../static/js/components/QueryToolComponent.jsx | 2 ++
.../static/js/components/QueryToolConstants.js | 1 +
.../static/js/components/sections/ConnectionBar.jsx | 17 +++++++++++++++--
.../sqleditor/static/js/components/sections/Query.jsx | 13 ++++++++++++-
.../static/js/components/sections/ResultSetToolbar.jsx | 15 ++++++++++++++-
.../tools/sqleditor/utils/query_tool_preferences.py | 13 -------------
10 files changed, 55 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-17 11:55:12 Re: [pgAdmin][RM7575] Query tool related fixes
Previous Message Dave Page 2022-08-17 11:47:16 pgAdmin 4 commit: Various minor string fixes.