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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure the debugger control buttons are only enabled
Дата
Msg-id E1hdERS-0001TY-Uy@gothos.postgresql.org
обсуждение исходный текст
Список 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.joshi@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Feature #4202 Implement new framework to testReverse Engineering SQL
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM 4360 Debugger buttons should be disableduntil it is completely started