diff --git a/docs/en_US/release_notes_4_22.rst b/docs/en_US/release_notes_4_22.rst index 7c3d9ddd6..fe124310c 100644 --- a/docs/en_US/release_notes_4_22.rst +++ b/docs/en_US/release_notes_4_22.rst @@ -23,6 +23,7 @@ Bug fixes ********* | `Issue #3694 `_ - Gracefully informed the user that the database is already connected when they click on "Connect Database...". +| `Issue #4033 `_ - Fixed an issue where clicking on the cross button of the alert box on the login page is not working. | `Issue #4223 `_ - Ensure that maintenance job should be worked properly for indexes under a materialized view. | `Issue #4279 `_ - Ensure that file browse "home" button should point to $HOME rather than /. | `Issue #4840 `_ - Ensure that 'With OID' option should be disabled while taking backup of database server version 12 and above. diff --git a/web/pgadmin/templates/security/messages.html b/web/pgadmin/templates/security/messages.html index 6c6626745..6fc11e0fb 100644 --- a/web/pgadmin/templates/security/messages.html +++ b/web/pgadmin/templates/security/messages.html @@ -2,12 +2,17 @@ {% if messages %}
{% for category, message in messages %} - + {% endif %} {%- endwith %}