pgAdmin 4 commit: Fixed an issue where paste is not working through Rig

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 paste is not working through Rig
Date: 2021-07-23 07:14:38
Message-ID: E1m6pOI-0008J7-3b@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where paste is not working through Right-Click option on PSQL. Fixes #6574

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_6.rst | 1 +
web/pgadmin/tools/psql/static/js/psql_module.js | 26 +++++++++++++------------
2 files changed, 15 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-07-23 07:14:53 Re: [pgAdmin4][patch] In SharedServersGetTestCase, the prompt information is wrong
Previous Message Akshay Joshi 2021-07-22 09:45:05 Re: Bug #6337 Patch