pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t
Date
Msg-id E1njIup-0006rv-0V@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the drag and drop table in ERD throws an error. Fixes #7333

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d1a9624c197465fd0c13fc1b46c243e9b6c4cef
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_9.rst                                  | 1 +
web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx      | 2 +-
.../tools/erd/static/js/erd_tool/ui_components/BodyWidget.jsx     | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated documentation for the new query tool.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6131] Port query tool to React