pgAdmin 4 commit: Fixed exclusion constraint issues:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed exclusion constraint issues:
Date: 2021-09-23 13:59:23
Message-ID: E1mTPFz-0006hc-Da@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-23 13:59:49 Re: [pgAdmin][RM6771] Exclusion Constraint Node fixes
Previous Message Aditya Toshniwal 2021-09-23 13:26:28 [pgAdmin][RM6771] Exclusion Constraint Node fixes