pgAdmin 4 commit: Fixed an issue where the python server is not closed

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the python server is not closed
Date: 2021-02-22 09:31:15
Message-ID: E1lE7Yh-0005PT-9c@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the python server is not closed when the user quits the
application from the top menu bar on OSX.

Python server will not be closed if the user quits the application from Dock,
for this we have updated the issue https://github.com/nwjs/nw.js/issues/7365

refs #6244

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=296c23784fa062e09b62e2892fd98c1d917e8d85

Modified Files
--------------
runtime/src/js/pgadmin.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-22 09:32:02 Re: [pgAdmin][RM-6143]: Shared server entries not getting deleted.
Previous Message Aditya Toshniwal 2021-02-22 09:21:37 [pgAdmin][patch] ERD API test case failing for PG13