Fixed an issue where select2 hover is inconsistent for the SSL field in create server dialog. Fixes #5469

This commit is contained in:
Ganesh Jaybhay
2020-05-04 13:19:13 +05:30
committed by Akshay Joshi
parent d61b8eb1b3
commit 5fe7813f9f
2 changed files with 7 additions and 2 deletions

View File

@@ -19,4 +19,5 @@ Bug fixes
| `Issue #3694 <https://redmine.postgresql.org/issues/3694>`_ - Gracefully informed the user that the database is already connected when they click on "Connect Database...".
| `Issue #4279 <https://redmine.postgresql.org/issues/4279>`_ - Ensure that file browse "home" button should point to $HOME rather than /.
| `Issue #5422 <https://redmine.postgresql.org/issues/5422>`_ - Ensure that the dependencies tab shows correct information for Synonyms.
| `Issue #5422 <https://redmine.postgresql.org/issues/5422>`_ - Ensure that the dependencies tab shows correct information for Synonyms.
| `Issue #5469 <https://redmine.postgresql.org/issues/5469>`_ - Fixed an issue where select2 hover is inconsistent for the SSL field in create server dialog.