[pgadmin-hackers] pgAdmin 4 commit: Fix integer/numeric validation on variousdialogues. - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix integer/numeric validation on variousdialogues.
Date
Msg-id E1dIxyE-0008HU-T1@gothos.postgresql.org
Whole thread Raw
List 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.dhumal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][PATCH] Fix handling of doubleprecision[] type
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] Fix for RM2421 [pgAdmin4][patch]