pgAdmin 4 commit: 1. Stop process of Process details dialog not working - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Stop process of Process details dialog not working
Date
Msg-id E1oNvgH-0008M1-Cb@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1. Stop process of Process details dialog not working.
2. When a server of an in progress cloud deployment is expanded, it is throwing a failed error.
3. Close the process notification on clicking View Processes.

Fixes #3709

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b12c1f874020df673eba77a59bbad62100272d9c
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/register_browser_preferences.py  |  1 +
web/pgadmin/misc/bgprocess/processes.py              |  3 ++-
.../misc/bgprocess/static/js/BgProcessManager.js     |  2 +-
.../misc/bgprocess/static/js/BgProcessNotify.jsx     |  5 ++++-
.../misc/bgprocess/static/js/ProcessDetails.jsx      | 20 ++++++++++++++++++--
web/pgadmin/misc/bgprocess/static/js/Processes.jsx   |  2 +-
web/pgadmin/static/js/SchemaView/FormView.jsx        | 10 +++++-----
7 files changed, 32 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM7404] Port process watcher to React
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7404] Port process watcher to React