From 2185ea302d3e7a6c724b12d0d98a68e194495bad Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Thu, 30 May 2019 15:15:37 -0400 Subject: [PATCH] Omit the geometry viewer in the Query Tool from layout saving. Fixes #4169 --- docs/en_US/release_notes_4_8.rst | 1 + web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_4_8.rst b/docs/en_US/release_notes_4_8.rst index f248a5e6e..7cbe18ce6 100644 --- a/docs/en_US/release_notes_4_8.rst +++ b/docs/en_US/release_notes_4_8.rst @@ -10,4 +10,5 @@ This release contains a number of bug fixes since the release of pgAdmin4 4.7. Bug fixes ********* +| `Bug #4169 `_ - Omit the geometry viewer in the Query Tool from layout saving. | `Bug #4307 `_ - Improve the performance of explain plan by embedding the images only when downloading it. \ No newline at end of file diff --git a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js index ca77b8e8b..9442595b6 100644 --- a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js +++ b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js @@ -276,6 +276,7 @@ define('tools.querytool', [ height: '100%', isCloseable: true, isPrivate: true, + isLayoutMember: false, content: '
', });