pgAdmin 4 commit: Table node related fixes:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Table node related fixes:
Date: 2021-10-01 07:31:37
Message-ID: E1mWD17-0006y3-DD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Table node related fixes:
1. File select control sets the value for all other to last selected file. Fixes #6814
2. Vacuum parameters-related issues. Fixes #6777
3. Exclusion removes all columns if one row is removed. Fixes #6771

Branch
------
master

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

Modified Files
--------------
.../static/js/exclusion_constraint.ui.js | 14 ++++++--------
.../schemas/tables/static/js/partition.utils.ui.js | 2 +-
.../servers/databases/schemas/tables/utils.py | 6 +++---
web/pgadmin/static/js/SchemaView/DataGridView.jsx | 17 ++++++++++-------
web/pgadmin/static/js/SchemaView/FormView.jsx | 3 ---
web/pgadmin/static/js/SchemaView/index.jsx | 11 ++++++-----
web/pgadmin/static/js/helpers/legacyConnector.js | 8 ++++++--
7 files changed, 32 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-01 07:31:51 Re: [pgAdmin][RM-3827]: In Query History tab, query details should be scrollable
Previous Message Akshay Joshi 2021-10-01 07:24:21 Re: New pgadmin 4 language translation