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.toshni...@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(-)