pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t
Дата
Msg-id E1njIup-0006rv-0V@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where the drag and drop table in ERD throws an error. Fixes #7333

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d1a9624c197465fd0c13fc1b46c243e9b6c4cef
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_9.rst                                  | 1 +
web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx      | 2 +-
.../tools/erd/static/js/erd_tool/ui_components/BodyWidget.jsx     | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Updated documentation for the new query tool.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM6131] Port query tool to React