pgAdmin 4 commit: Fixed false error is shown while adding a new foreign - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed false error is shown while adding a new foreign
Date
Msg-id E1kjymj-0000UB-Kx@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed false error is shown while adding a new foreign key from the table dialog when a foreign key already exists with
AutoFK Index set to true. Fixes #5886 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=783b7516a74b2d4f1d4a377adb2b00294f7ec702
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_29.rst                            |  1 +
.../tables/constraints/foreign_key/static/js/foreign_key.js  | 12 +++++++-----
2 files changed, 8 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin][Patch] Bug #5886 - New foreign key creation on exist table
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] Bug #5886 - New foreign key creation on exist table