pgAdmin 4 commit: Ensure the debugger control buttons are only enabled

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the debugger control buttons are only enabled
Date: 2019-06-18 13:46:30
Message-ID: E1hdERS-0001TY-Uy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the debugger control buttons are only enabled once initialisation is complete. Fixes #4360

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_9.rst | 3 +-
web/pgadmin/tools/debugger/__init__.py | 4 +-
web/pgadmin/tools/debugger/static/js/direct.js | 102 +++++++--------------
.../tools/debugger/templates/debugger/direct.html | 19 ++--
4 files changed, 52 insertions(+), 76 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-18 13:47:38 Re: [pgAdmin4][Patch]: RM 4360 Debugger buttons should be disabled until it is completely started
Previous Message Dave Page 2019-06-18 13:28:56 Re: [pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL