From cfbf4d8452e571965009d87bd0dcbc21b786f6e8 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Thu, 29 Feb 2024 18:37:34 +0530 Subject: [PATCH] Updated URL in the container deployment docs. --- docs/en_US/container_deployment.rst | 2 +- docs/en_US/release_notes_8_4.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/container_deployment.rst b/docs/en_US/container_deployment.rst index 8a685b2ea..f621790f7 100644 --- a/docs/en_US/container_deployment.rst +++ b/docs/en_US/container_deployment.rst @@ -140,7 +140,7 @@ of the `JSON file `_. +of the `JSON file `_. **GUNICORN_ACCESS_LOGFILE** diff --git a/docs/en_US/release_notes_8_4.rst b/docs/en_US/release_notes_8_4.rst index 5a7ad7ff8..2a8da181f 100644 --- a/docs/en_US/release_notes_8_4.rst +++ b/docs/en_US/release_notes_8_4.rst @@ -40,4 +40,5 @@ Bug fixes | `Issue #7027 `_ - Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. | `Issue #7164 `_ - Fix an issue where constraint check control is enabled in the edit table dialog. | `Issue #7165 `_ - Fix an issue where the scripts created by generate script of Schema diff for Table with sequence was not working earlier. + | `Issue #7217 `_ - Remove role related checks on the UI dashboard when terminating session/query and let PostgreSQL take care of it. | `Issue #7225 `_ - Fix an issue where type column in dependents/dependencies tab is not showing correct label.