pgAdmin 4 commit: Ensure we can edit grid values in the debuggerusing

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure we can edit grid values in the debuggerusing
Дата
Msg-id E1ermFA-0008VT-Mq@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure we can edit grid values in the debugger using keyboard shortcuts. Fixes #3153

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92a0bb605d1351ff5bacdd68e17b08738390ec5f
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/js/keyboard_shortcuts.js        |  9 +++++
.../tools/debugger/static/js/debugger_utils.js     | 23 +++++++++++
web/pgadmin/tools/debugger/static/js/direct.js     | 20 +++++-----
web/regression/javascript/debugger_utils_spec.js   | 44 ++++++++++++++++++++++
web/webpack.shim.js                                |  1 +
5 files changed, 88 insertions(+), 9 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix typo/thinko in access key definition.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM#3153] Fix the issue in Debugger module