pgAdmin 4 commit: Bind the current panel with the temporary functions,

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Bind the current panel with the temporary functions,
Дата
Msg-id E1aqbaS-00067I-JP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Bind the current panel with the temporary functions, so that - it works
on the object everytime, it hits the buttons, and the callback functions
are being executed. The original implementation was not using the same
panel, when it was recalled from other function. And, results into
unexpected behaviour like not able to work with Edit object again.

Thanks Murtuza for reporting the issue.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6f5817089456d0cc670fccb4c68d6c26096c7f3a

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 39 +++++++++++++++---------
1 file changed, 25 insertions(+), 14 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Load the codemirror as package in the require.js, whi
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]