Fix an issue where query tool on shared server is throwing error if the pgAdmin config DB is external. #6252

This commit is contained in:
Aditya Toshniwal
2023-08-03 12:08:52 +05:30
parent c873217cf1
commit 59c4a00134
2 changed files with 4 additions and 3 deletions

View File

@@ -38,4 +38,5 @@ Bug fixes
| `Issue #5454 <https://github.com/pgadmin-org/pgadmin4/issues/5454>`_ - Fix incorrect redirection URL after authentication by removing fixed value set to SCRIPT_NAME environment variable in pgAdmin4.wsgi file.
| `Issue #6500 <https://github.com/pgadmin-org/pgadmin4/issues/6500>`_ - Fix the issue where query tool window turns blank if the user tries to generate a graph on the result.
| `Issue #6252 <https://github.com/pgadmin-org/pgadmin4/issues/6252>`_ - Fix an issue where query tool on shared server is throwing error if the pgAdmin config DB is external.
| `Issue #6624 <https://github.com/pgadmin-org/pgadmin4/issues/6624>`_ - Fix an issue where changing MFA_SUPPORTED_METHODS breaks the MFA validation.