pgAdmin 4 commit: Prevent the debugger controls being pressed again bef

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent the debugger controls being pressed again bef
Date: 2018-11-20 16:35:31
Message-ID: E1gP8zr-0006jU-Cs@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent the debugger controls being pressed again before previous processing is complete. Fixes #3734

Note that this needs to be re-visited in the future, as the current fix is somewhat hacky.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05e067035f1f8b4b3f80371930cb183ada392af6
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_6.rst | 1 +
web/pgadmin/tools/debugger/static/js/direct.js | 44 +++++++++++++++-----------
2 files changed, 27 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-20 16:36:05 Re: [pgAdmin4][Patch]: RM #3734 "Error Message displayed once user use debugger and execute procedure list_emp 5 times with fast speed"
Previous Message Dave Page 2018-11-20 16:29:35 Re: [pgAdmin4][Patch]: RM #3742 ALTER COLUMN bug