pgAdmin 4 commit: Foreign Key fixes:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Foreign Key fixes:
Date: 2021-09-22 13:45:25
Message-ID: E1mT2Yv-0002Uy-Vz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Foreign Key fixes:
1. Auto FK related fixes.
2. Properties tab not showing columns.
3. Toggle button is editable even if set to read-only.
4. Dropdown placeholder should be blank for read-only/disabled.
5. Input control help text color on a dark theme.

Fixes #6770

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a8c8ea69e38e7a0185138e354255c111872bb589
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../static/js/check_constraint.ui.js | 2 +-
.../static/js/exclusion_constraint.ui.js | 2 +-
.../foreign_key/static/js/foreign_key.ui.js | 39 ++---
web/pgadmin/static/js/SchemaView/DataGridView.jsx | 1 -
web/pgadmin/static/js/Theme/dark.js | 1 +
web/pgadmin/static/js/Theme/high_contrast.js | 1 +
web/pgadmin/static/js/Theme/index.jsx | 5 +
web/pgadmin/static/js/Theme/standard.js | 1 +
.../static/js/components/FormComponents.jsx | 4 +-
.../server_groups/servers/model_validation_spec.js | 162 ---------------------
.../schema_ui_files/check_constraint.ui.spec.js | 1 -
.../exclusion_constraint.ui.spec.js | 1 -
.../schema_ui_files/foreign_key.ui.spec.js | 4 +-
13 files changed, 29 insertions(+), 195 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-22 13:45:26 pgAdmin 4 commit: Added flag to check before adding 'IF NOT EXISTS' and
Previous Message Aditya Toshniwal 2021-09-22 13:29:31 Re: [pgAdmin][RM6778] Properties panel not loaded for catalog tables