pgAdmin 4 commit: Bind the current panel with the temporary functions, - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Bind the current panel with the temporary functions,
Date
Msg-id E1aqbaS-00067I-JP@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Load the codemirror as package in the require.js, whi
Next
From: Murtuza Zabuawala
Date:
Subject: Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]