pgAdmin 4 commit: Fix integer/numeric validation on various dialogues.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix integer/numeric validation on various dialogues.
Date: 2017-06-08 13:59:30
Message-ID: E1dIxyE-0008HU-T1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix integer/numeric validation on various dialogues. Fixes #2421

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa400cbc12f34f219322a2b62f9f51e21d031f0e
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../templates/foreign_tables/js/foreign_tables.js | 104 ++++++++----
.../sequences/templates/sequence/js/sequence.js | 87 ++++++++--
.../resource_groups/js/resource_groups.js | 61 +++----
.../servers/roles/templates/role/js/role.js | 2 +-
.../servers/templates/servers/servers.js | 3 +
web/pgadmin/browser/static/js/datamodel.js | 158 +++++++++++++++--
web/pgadmin/static/js/backform.pgadmin.js | 187 +--------------------
7 files changed, 323 insertions(+), 279 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-08 13:59:39 Re: Fix for RM2421 [pgAdmin4][patch]
Previous Message Dave Page 2017-06-08 13:51:22 Re: [pgAdmin4][PATCH] Fix handling of double precision[] type