pgAdmin 4 commit: Fixed an issue where drag and drop object is not corr

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 drag and drop object is not corr
Date: 2021-05-03 11:07:35
Message-ID: E1ldWQJ-0002KH-8Q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where drag and drop object is not correct in codemirror for properties dialog. Fixes #4436

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=333a22496c846f1b8ae044fa7a08cbf4e0b67c71
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 37 +++++++++++++++++++++++++++++--
2 files changed, 36 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-04 07:04:11 pgAdmin 4 commit: Fixed an issue where the current debug line is not vi
Previous Message Akshay Joshi 2021-05-03 10:41:54 Re: [pgAdmin4][Patch] - RM 6158 - Logging into PostgreSQL servers with Kerberos Authentication