mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Omit the geometry viewer in the Query Tool from layout saving. Fixes #4169
This commit is contained in:
parent
32defc91cc
commit
2185ea302d
@ -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.
|
@ -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>',
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user