pgAdmin 4 commit: Adding the SQL tab for the nodes, with 'hasSQL' prope - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Adding the SQL tab for the nodes, with 'hasSQL' prope
Date
Msg-id E1aDPiN-0002f5-Ep@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Adding the SQL tab for the nodes, with 'hasSQL' property set to true, in
create/edit mode. It will fetch the modified sql using the 'msql' url
specific to that node.

Also, modified by Ashesh before committing it.
i.e. Added code comments, cleanup code for the control, etc.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d56ddb9fa4ad0976333763369726de522f24cfb4
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../browser/templates/browser/js/browser.js        |   4 +-
web/pgadmin/browser/templates/browser/js/node.js   |   2 +-
web/pgadmin/static/js/backform.pgadmin.js          | 163 ++++++++++++++++++---
3 files changed, 146 insertions(+), 23 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Keep all the information in the tree node data in the
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Moving children function within the PGChildNodeView i