pgAdmin 4 commit: Fixed copy-paste row issues in View/Edit Data. Fixes - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed copy-paste row issues in View/Edit Data. Fixes
Date
Msg-id E1jP1GU-0004sZ-4S@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed copy-paste row issues in View/Edit Data. Fixes #3947
  1) Copy table rows across two or more active query tool sessions.
  2) Copied rows can be pasted multiple times without selecting a row in the query tool grid.
  3) Adds an empty row at the end in the query tool grid after pasting rows.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ce4f49e082418128cb16e5c8b8ed644afc1836c
Author: Nagesh Dhope <nagesh.dhope@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
web/pgadmin/static/js/selection/clipboard.js       |  6 ++
web/pgadmin/static/js/selection/copy_data.js       |  4 ++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 72 ++++++++++++++--------
4 files changed, 56 insertions(+), 27 deletions(-)


pgadmin-hackers by date:

Previous
From: navnath gadakh
Date:
Subject: Re: [pgAdmin 4 - Housekeeping #5255] Implement Selenium Grid usingmulti-threading & solenoid using current test framework
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM3947] Fixes related rows copy-paste in Query Tool.