pgAdmin 4 commit: Resolve a number of issues with domains and domain co

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolve a number of issues with domains and domain co
Date: 2017-07-04 10:56:03
Message-ID: E1dSLUx-00085e-64@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolve a number of issues with domains and domain constraints. Fixes #2529

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66b101fe4c8a8c8d0d0c8f213033ccec7ae7853d
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/domains/domain_constraints/__init__.py | 29 ++--
.../static/js/domain_constraint.js | 146 ---------------------
.../static/js/domain_constraints.js | 146 +++++++++++++++++++++
.../databases/schemas/domains/static/js/domain.js | 10 +-
4 files changed, 159 insertions(+), 172 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-04 11:03:37 pgAdmin 4 commit: Improve styling for alerts by highlighting the icon.
Previous Message Dave Page 2017-07-04 10:53:37 Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module