pgAdmin 4 commit: Allow to specify the options as a function, which ret

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow to specify the options as a function, which ret
Date: 2016-01-04 06:04:57
Message-ID: E1aFyGH-0008G2-Hz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to specify the options as a function, which returns array in form
of (label, value) tuple in the SelectControl.

We will apply the transform function, while rendering the control, and
not during intialization. This will allow us to generate different
options data based on the dependent values.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/node.ui.js | 11 +++----
web/pgadmin/static/js/backform.pgadmin.js | 51 +++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-01-04 06:42:00 pgAdmin 4 commit: Resolved issues regarding the rows, and column descri
Previous Message Ashesh Vashi 2016-01-04 05:48:22 pgAdmin 4 commit: Resolved an issue related to logging the error messag