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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Bind the current panel with the temporary functions,
Date: 2016-04-14 07:21:12
Message-ID: E1aqbaS-00067I-JP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-04-14 07:36:00 Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]
Previous Message Ashesh Vashi 2016-04-14 07:04:47 pgAdmin 4 commit: Load the codemirror as package in the require.js, whi