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

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Fixed an issue where Alt-Shift-Q didn't work after
Date
Msg-id E1oOHca-0006fK-Ly@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Various minor string fixes.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7575] Query tool related fixes