pgAdmin 4 commit: When we use deps functionality, backform controls re- - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: When we use deps functionality, backform controls re-
Date
Msg-id E1bRfya-0000bM-Gf@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: Encoding issue with qtLiteral function (pgAdmin4)
Next
From: Dave Page
Date:
Subject: Re: patch for RM1497