pgAdmin 4 commit: Fixed an issue where detaching the query editor panel

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where detaching the query editor panel
Дата
Msg-id E1lvwEl-0000kb-KZ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where detaching the query editor panel gives a blank white panel. Fixes #6398

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0b52ef6eb0de0017b2c08e112743ecd56903490e
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_5.rst                 |  1 +
web/pgadmin/tools/datagrid/static/js/datagrid.js | 27 ++++++++++++++++++++++++
web/pgadmin/tools/psql/static/js/psql_module.js  | 26 +++++++++++++++++++++++
3 files changed, 54 insertions(+)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix path on windows. Fixes #6558
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.