Fixed an issue where referenced table drop-down should be disabled in

foreign key -> columns after one row is added.

Fixes #6906
This commit is contained in:
Nikhil Mohite
2021-11-18 12:22:14 +05:30
committed by Akshay Joshi
parent e1020aefdd
commit 3d5d507f4b
3 changed files with 36 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ notes for it.
.. toctree::
:maxdepth: 1
release_notes_6_3
release_notes_6_2
release_notes_6_1
release_notes_6_0

View File

@@ -0,0 +1,20 @@
************
Version 6.3
************
Release date: 2021-12-16
This release contains a number of bug fixes and new features since the release of pgAdmin4 6.2.
New features
************
Housekeeping
************
Bug fixes
*********
| `Issue #6906 <https://redmine.postgresql.org/issues/6906>`_ - Fixed an issue where referenced table drop-down should be disabled in foreign key -> columns after one row is added.