pgAdmin 4 commit: 1. Stop process of Process details dialog not working

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Stop process of Process details dialog not working
Date: 2022-08-16 12:28:25
Message-ID: E1oNvgH-0008M1-Cb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-16 12:28:46 Re: [pgAdmin][RM7404] Port process watcher to React
Previous Message Aditya Toshniwal 2022-08-16 12:20:13 Re: [pgAdmin][RM7404] Port process watcher to React