pgAdmin 4 commit: Partition 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: Partition related fixes:
Date: 2021-09-24 11:01:55
Message-ID: E1mTixn-0004rf-0h@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Partition related fixes:
1. When attaching a partition, tables were not loading in the dropdown.
2. When adding a sub partition in a partition, collations were not loading in dropdown.
3. Fix some grid column widths in table node.

Fixes #6783

Branch
------
master

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

Modified Files
--------------
.../foreign_key/static/js/foreign_key.ui.js | 7 +-
.../tables/partitions/static/js/partition.js | 2 +-
.../tables/partitions/static/js/partition.ui.js | 46 +-
.../schemas/tables/static/js/partition.utils.js | 595 ---------------------
.../schemas/tables/static/js/partition.utils.ui.js | 45 +-
.../databases/schemas/tables/static/js/table.js | 37 +-
.../databases/schemas/tables/static/js/table.ui.js | 8 +-
web/pgadmin/browser/static/js/node_ajax.js | 13 +-
web/pgadmin/static/js/SchemaView/DataGridView.jsx | 3 +
web/webpack.shim.js | 1 -
10 files changed, 86 insertions(+), 671 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-24 11:05:56 Re: [pgAdmin][RM6783] Partition Node related fixes
Previous Message Akshay Joshi 2021-09-24 10:55:00 Re: [pgAdmin4][Patch] - RM #6129 - Port browser tree to React