From 04583fe8f012fab16dfd80bb48112d40dac1c584 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Mon, 5 Jan 2026 15:01:05 +0530 Subject: [PATCH] Fixed an issue where data filter dialog removes newline character when sending SQL to the query tool. #9260 --- docs/en_US/release_notes_9_12.rst | 1 + web/pgadmin/static/js/ToolView.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_9_12.rst b/docs/en_US/release_notes_9_12.rst index 54063fe5b..95197f93d 100644 --- a/docs/en_US/release_notes_9_12.rst +++ b/docs/en_US/release_notes_9_12.rst @@ -37,6 +37,7 @@ Bug fixes | `Issue #9196 `_ - Fixed an issue where double click to open a file in the file manager is not working. | `Issue #9235 `_ - Fixed an issue where "View/Edit Data" shortcut opened "First 100 rows" instead of "All Rows". + | `Issue #9260 `_ - Fixed an issue where data filter dialog removes newline character when sending SQL to the query tool. | `Issue #9380 `_ - Fixed an issue where the Query History panel would auto-scroll to the top and did not preserve the scroll bar position for the selected entry. diff --git a/web/pgadmin/static/js/ToolView.jsx b/web/pgadmin/static/js/ToolView.jsx index e60cf5013..68363a949 100644 --- a/web/pgadmin/static/js/ToolView.jsx +++ b/web/pgadmin/static/js/ToolView.jsx @@ -27,7 +27,7 @@ function ToolForm({actionUrl, params}) { return (