Omit the geometry viewer in the Query Tool from layout saving. Fixes #4169

pull/24/head
Aditya Toshniwal 2019-05-30 15:15:37 -04:00 committed by Dave Page
parent 32defc91cc
commit 2185ea302d
2 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,5 @@ This release contains a number of bug fixes since the release of pgAdmin4 4.7.
Bug fixes
*********
| `Bug #4169 <https://redmine.postgresql.org/issues/4169>`_ - Omit the geometry viewer in the Query Tool from layout saving.
| `Bug #4307 <https://redmine.postgresql.org/issues/4307>`_ - Improve the performance of explain plan by embedding the images only when downloading it.

View File

@ -276,6 +276,7 @@ define('tools.querytool', [
height: '100%',
isCloseable: true,
isPrivate: true,
isLayoutMember: false,
content: '<div id ="geometry_viewer_panel" class="sql-editor-geometry-viewer" tabindex: "0"></div>',
});