diff --git a/docs/en_US/release_notes_6_18.rst b/docs/en_US/release_notes_6_18.rst index 9ace19a5d..c9bc7da81 100644 --- a/docs/en_US/release_notes_6_18.rst +++ b/docs/en_US/release_notes_6_18.rst @@ -32,3 +32,4 @@ Bug fixes | `Issue #5603 `_ - Fixed an issue where master password was not set correctly with external config database. | `Issue #5606 `_ - Fixed an error in the collation create script for PG-15. | `Issue #5629 `_ - Fixed BigAnimal authentication aborted issue. + | `Issue #5637 `_ - Ensure that the BigAnimal displays PG version 11-14 for Oracle compatible databases type. diff --git a/web/pgadmin/misc/__init__.py b/web/pgadmin/misc/__init__.py index de25fe1d8..6d9169f8c 100644 --- a/web/pgadmin/misc/__init__.py +++ b/web/pgadmin/misc/__init__.py @@ -193,10 +193,10 @@ def shutdown(): ########################################################################## # A special URL used to validate the binary path ########################################################################## -@login_required @blueprint.route("/validate_binary_path", endpoint="validate_binary_path", methods=["POST"]) +@login_required def validate_binary_path(): """ This function is used to validate the specified utilities path by