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 (