Thread: pgAdmin 4 commit: Fixed an issue where foreign key is not removed even

pgAdmin 4 commit: Fixed an issue where foreign key is not removed even

From
Akshay Joshi
Date:
Fixed an issue where foreign key is not removed even if the referred table is removed in ERD. Fixes #7238

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_8.rst                     |  1 +
web/pgadmin/tools/erd/__init__.py                    |  6 ++++--
web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js  | 20 ++++++++++++++++++++
.../erd/static/js/erd_tool/dialogs/DialogWrapper.js  | 14 +++++++++-----
.../static/js/erd_tool/ui_components/BodyWidget.jsx  | 13 +++++++++----
5 files changed, 43 insertions(+), 11 deletions(-)