pgAdmin 4 commit: Cleanup and fix handling of Query Tool Cancelbutton

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Cleanup and fix handling of Query Tool Cancelbutton
Дата
Msg-id E1fa03H-0003Rh-VD@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Cleanup and fix handling of Query Tool Cancel button status. Fixes #3319

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_3_2.rst                   |   1 +
web/pgadmin/static/js/sqleditor/execute_query.js   |   2 -
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  12 +-
.../javascript/sqleditor/execute_query_spec.js     | 121 ---------------------
4 files changed, 7 insertions(+), 129 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM#3319] Fix the cancel query button glitch in query tool
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix restoring of restore options for sections.Fixes