pgAdmin 4 commit: Allow a node to have two types of parents, modified t - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Allow a node to have two types of parents, modified t
Date
Msg-id E1aG4A5-0007Xu-71@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Pass the tree item object to the menu objects, which
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix a couple of missed copyright notices.