pgAdmin 4 commit: Fixed an issue where Debugger and ERD tool panel give

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where Debugger and ERD tool panel give
Дата
Msg-id E1lwf0j-0007cH-9v@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where Debugger and ERD tool panel give a blank white panel, missing from the last patch.

refs #6398

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/frame.js             |  4 ++-
web/pgadmin/static/js/utils.js                     | 29 ++++++++++++++++++++++
web/pgadmin/tools/datagrid/static/js/datagrid.js   | 27 +-------------------
.../tools/debugger/static/js/debugger_ui.js        |  6 ++---
web/pgadmin/tools/erd/static/js/erd_module.js      |  5 ++--
web/pgadmin/tools/psql/static/js/psql_module.js    | 28 ++-------------------
6 files changed, 41 insertions(+), 58 deletions(-)


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

Предыдущее
От: Pradip Parkale
Дата:
Сообщение: Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM6231]- Add OS, Browser details in pgAdmin About us pop-up