pgAdmin 4 commit: Fixed exclusion constraint issues: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed exclusion constraint issues:
Date
Msg-id E1mTPFz-0006hc-Da@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed exclusion constraint issues:
1. Incorrect error message.
2. Properties panel Column Section data missing
3. Operator class value is missing

Fixes #6771

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d28f8bc7ee2ee13d48888037f6a2c5060d88c971
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../static/js/exclusion_constraint.ui.js                    | 13 ++++++++-----
web/pgadmin/static/js/SchemaView/FormView.jsx               | 13 ++++++++-----
web/pgadmin/static/js/SchemaView/index.jsx                  |  3 ++-
3 files changed, 18 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM6771] Exclusion Constraint Node fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6771] Exclusion Constraint Node fixes