pgAdmin 4 commit: Disabled the Stop process button after clicking it an

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Disabled the Stop process button after clicking it an
Date: 2020-06-02 05:54:06
Message-ID: E1jfzsE-0004UR-1P@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Disabled the Stop process button after clicking it and added a message 'Terminating the process...' to notify the user. Fixes #3787

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c932213abd12a151e18277c1acb417866095fdd6
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_23.rst | 1 +
web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 14 ++++++++------
2 files changed, 9 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2020-06-02 06:52:50 Re: Re- [RM-3669]If user drop any object and click on create script, count rows and Truncate table, proper error should displayed that object is in present
Previous Message Akshay Joshi 2020-06-02 05:42:37 Re: RM5576: Improve error messaging if the storage and log directories cannot be created