mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
e1020aefdd
commit
3d5d507f4b
@@ -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
|
||||
|
||||
20
docs/en_US/release_notes_6_3.rst
Normal file
20
docs/en_US/release_notes_6_3.rst
Normal 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.
|
||||
Reference in New Issue
Block a user