pgAdmin 4 commit: Fixed an issue where the user can not paste the updat

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 the user can not paste the updat
Date: 2021-08-30 09:16:47
Message-ID: E1mKdPL-0000X8-Lj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the user can not paste the updated table header in safari 12 and 13 browsers. Fixes #4815

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
web/pgadmin/dashboard/static/js/dashboard.js | 4 ++--
web/pgadmin/static/js/selection/clipboard.js | 2 +-
web/pgadmin/static/scss/_pgadmin.style.scss | 1 -
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-30 09:17:14 Re: [pgAdmin][RM-4815]: User can not paste the updated table header in safari 12 and 13 browsers
Previous Message Ashesh Vashi 2021-08-30 06:18:44 Patch: Two-factor Authentication (RM #6543)