pgAdmin 4 commit: Resolve a number of issues with domains and domainco - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Resolve a number of issues with domains and domainco
Date
Msg-id E1dSLUx-00085e-64@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve styling for alerts by highlighting the icon.