pgAdmin 4 commit: Added support to rename query tool and debugger tabs.

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Added support to rename query tool and debugger tabs.
Дата
Msg-id E1kVvXH-0004kE-Vh@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Added support to rename query tool and debugger tabs. Fixes #4230
Fixed an issue where non-closeable tabs are getting closed. Fixes #5923

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c86a3d64fce49ed2e14c8f65b86252ac0fb5afd9
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst                  |  2 ++
web/package.json                                   |  2 +-
web/pgadmin/browser/static/js/frame.js             |  2 ++
web/pgadmin/tools/datagrid/static/js/datagrid.js   | 31 +++++++++++++++++++++-
.../datagrid/static/js/datagrid_panel_title.js     |  9 +++++--
web/pgadmin/tools/datagrid/static/js/show_data.js  | 10 +++++--
web/pgadmin/tools/debugger/static/js/debugger.js   | 15 +++++++++++
.../tools/debugger/static/js/debugger_ui.js        | 15 +++++++++++
.../tools/debugger/static/js/debugger_utils.js     | 10 +++++--
web/yarn.lock                                      | 14 ++--------
10 files changed, 90 insertions(+), 20 deletions(-)


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

Предыдущее
От: Rahul Shirsat
Дата:
Сообщение: Re: [pgAdmin][RM3318] Download Backup Files
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5842]: Query history shown out of order