pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t

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 drag and drop table in ERD t
Date: 2022-04-26 10:59:31
Message-ID: E1njIup-0006rv-0V@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-26 10:59:53 Re: [pgAdmin][RM6131] Port query tool to React
Previous Message Akshay Joshi 2022-04-26 10:59:30 pgAdmin 4 commit: Updated documentation for the new query tool.