pgAdmin 4 commit: Allow a node to have two types of parents, modified t

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow a node to have two types of parents, modified t
Date: 2016-01-04 12:22:57
Message-ID: E1aG4A5-0007Xu-71@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow a node to have two types of parents, modified the code to handle
such situation. This has been modified specifically for the children
under the schema, and catalog nodes.

Also, override the Backform.Control.prototype.render function to allow
to provide the control data to the evaluable functions (i.e. disabled,
visible, required).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ec7e98e6a71bdf7a3d079b25903c4fd37d70addb

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 15 ++++++---
web/pgadmin/static/js/backform.pgadmin.js | 41 ++++++++++++++++++++++++
2 files changed, 52 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-01-04 12:29:27 pgAdmin III commit: Fix a couple of missed copyright notices.
Previous Message Ashesh Vashi 2016-01-04 11:52:17 pgAdmin 4 commit: Pass the tree item object to the menu objects, which