pgAdmin 4 commit: When we use deps functionality, backform controls re-

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: When we use deps functionality, backform controls re-
Дата
Msg-id E1bRfya-0000bM-Gf@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
When we use deps functionality, backform controls re-render then. But before we re-render them we must remove old grid
(ifany) otherwise is causes js error "Unable to call exitEditMode of undefined". Fixes #1497 

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=875360d1c84df926b80e3042600119951ab838c9
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../templates/foreign_key/js/foreign_key.js         |  5 +++++
.../server_groups/servers/static/js/variable.js     |  5 +++++
web/pgadmin/static/js/backform.pgadmin.js           | 21 ++++++++++++++++-----
3 files changed, 26 insertions(+), 5 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Encoding issue with qtLiteral function (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: Re: patch for RM1497