pgAdmin 4 commit: Ensure that the referenced table should be displayed

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the referenced table should be displayed
Date: 2020-07-02 10:52:20
Message-ID: E1jqwpI-0006qO-SK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the referenced table should be displayed on foreign key constraints. Fixes #5530

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1802f8a3f8f9d9369ed79ec88f36280fc9640af7
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_24.rst | 1 +
.../foreign_key/static/js/foreign_key.js | 52 +++++++++++++++++++---
.../tables/constraints/foreign_key/utils.py | 4 +-
.../databases/schemas/tables/static/js/table.js | 2 +-
4 files changed, 52 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-02 10:53:23 Re: [pgAdmin][Patch] RM 5530 - Referenced Table is not displayed on foriegn key constraints property
Previous Message Akshay Joshi 2020-07-02 10:51:33 Re: [pgAdmin][RM5629] Properties tab of collection nodes should not allow editing