pgAdmin 4 commit: Fixed copy/paste issues for PSQL tool terminal. Fixes

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed copy/paste issues for PSQL tool terminal. Fixes
Date: 2021-06-24 14:31:03
Message-ID: E1lwQNj-00019y-AV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed copy/paste issues for PSQL tool terminal. Fixes #6547.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_5.rst | 1 +
web/pgadmin/tools/psql/__init__.py | 172 +++------------------
web/pgadmin/tools/psql/static/js/psql_module.js | 43 +++---
.../tools/psql/templates/editor_template.html | 6 +-
4 files changed, 42 insertions(+), 180 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-24 14:31:46 Re: [pgAdmin][RM-6547]: Issue with Copy/ Paste on PSQL tool terminal.
Previous Message Akshay Joshi 2021-06-24 14:25:57 Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.