pgAdmin 4 commit: Adding Numeric control support for Backform.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Adding Numeric control support for Backform.
Date: 2016-02-22 11:50:36
Message-ID: E1aXp0e-0000t8-EV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adding Numeric control support for Backform.

This patch also includes an issue related to IntegerControl, which does
not emit any error message, when it has some issues.

In order to fix the issue, it will trigger 'pgadmin-session:invalid'
event, when the input value is not an valid integer.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8186e4584446f9dac8db57dda711eefef59277d6
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/templates/browser/js/browser.js | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 105 ++++++++++++++++++++-
2 files changed, 105 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-22 11:50:50 Re: [pgAdmin4] Numeric Control for Backform
Previous Message Ashesh Vashi 2016-02-22 11:37:02 Re: backform.pgadmin: fix for showing multiple errors for radio control [pgadmin4]