pgAdmin 4 commit: Fix an issue in the Query Tool where shortcut keys co

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue in the Query Tool where shortcut keys co
Date: 2019-10-29 11:51:04
Message-ID: E1iPQ1g-0001Q6-B0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue in the Query Tool where shortcut keys could be ignored following a query error. Fixes #3915

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_15.rst | 1 +
web/pgadmin/static/js/sqleditor/execute_query.js | 1 +
2 files changed, 2 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-10-29 11:51:10 Re: [pgAdmin][RM3915] Executing a specific query will break keyboard shorcuts for Query Tool
Previous Message Aditya Toshniwal 2019-10-29 06:39:58 [pgAdmin][RM4351] Confirm before close of properties dialog if changes not saved