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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: When we use deps functionality, backform controls re-
Date: 2016-07-25 13:31:20
Message-ID: E1bRfya-0000bM-Gf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

When we use deps functionality, backform controls re-render then. But before we re-render them we must remove old grid (if any) 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-25 13:31:28 Re: patch for RM1497
Previous Message Dave Page 2016-07-25 11:55:49 Re: patch for RM1460 [pgAdmin4]