mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that pgAdmin4 shut down completely on the Quit command. Fixes #6420
This commit is contained in:
parent
89b0028684
commit
1e6eca1787
@ -34,3 +34,4 @@ Bug fixes
|
|||||||
| `Issue #6413 <https://redmine.postgresql.org/issues/6413>`_ - Fixed an issue where duplicate columns are visible in the browser tree, which is owned by two sequences.
|
| `Issue #6413 <https://redmine.postgresql.org/issues/6413>`_ - Fixed an issue where duplicate columns are visible in the browser tree, which is owned by two sequences.
|
||||||
| `Issue #6416 <https://redmine.postgresql.org/issues/6416>`_ - Added comment column in the properties panel for View and Materialized View collection node.
|
| `Issue #6416 <https://redmine.postgresql.org/issues/6416>`_ - Added comment column in the properties panel for View and Materialized View collection node.
|
||||||
| `Issue #6417 <https://redmine.postgresql.org/issues/6417>`_ - Fixed an issue where query editor is not being closed if the user clicks on the 'Don't Save' button.
|
| `Issue #6417 <https://redmine.postgresql.org/issues/6417>`_ - Fixed an issue where query editor is not being closed if the user clicks on the 'Don't Save' button.
|
||||||
|
| `Issue #6420 <https://redmine.postgresql.org/issues/6420>`_ - Ensure that pgAdmin4 shut down completely on the Quit command.
|
||||||
|
@ -218,9 +218,6 @@ const cleanupAndQuitApp = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pgAdminWindowObject != null) {
|
if (pgAdminWindowObject != null) {
|
||||||
// Close the window.
|
|
||||||
pgAdminWindowObject.close(true);
|
|
||||||
|
|
||||||
// Remove all the cookies.
|
// Remove all the cookies.
|
||||||
pgAdminWindowObject.cookies.getAll({}, function(cookies) {
|
pgAdminWindowObject.cookies.getAll({}, function(cookies) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user