pgAdmin 4 commit: Improve datamodel validations for default Validator i

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve datamodel validations for default Validator i
Date: 2017-08-31 08:54:34
Message-ID: E1dnLFC-0003gn-0r@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve datamodel validations for default Validator if user (developer) do not implement validate function in datamodel. Fixes #2670

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/datamodel.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-08-31 08:54:40 Re: Fix for RM2670
Previous Message Dave Page 2017-08-31 08:39:30 Re: [pgAdmin4][Patch]: Fix internal server error on Trigger module