pgAdmin 4 commit: Foreign key issues in edit mode:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Foreign key issues in edit mode:
Date: 2021-10-04 08:44:45
Message-ID: E1mXJaX-0005ri-Vr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Foreign key issues in edit mode:
1. Couple of foreign key issues in edit mode. Fixes #6837
2. Table "Of type" related issues. Fixes #6825

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e77f933fe7a4069900657974027ed0e286e7bdb6
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../check_constraint/static/js/check_constraint.ui.js | 2 +-
.../static/js/exclusion_constraint.ui.js | 2 +-
.../constraints/foreign_key/static/js/foreign_key.ui.js | 16 +++++++++-------
.../index_constraint/static/js/primary_key.ui.js | 2 +-
.../index_constraint/static/js/unique_constraint.ui.js | 2 +-
.../databases/schemas/tables/static/js/table.ui.js | 7 ++++++-
.../javascript/schema_ui_files/foreign_key.ui.spec.js | 4 ++--
.../javascript/schema_ui_files/table.ui.spec.js | 10 ++++++++++
8 files changed, 31 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-04 08:58:09 Re: [pgAdmin][RM6837] Foreign key issues in edit mode
Previous Message Akshay Joshi 2021-10-04 08:42:02 pgAdmin 4 commit: Ensure that the user should be able to edit the publi