pgAdmin 4 commit: Fixed an issue where the Properties panel was not loa

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the Properties panel was not loa
Date: 2021-09-23 06:42:26
Message-ID: E1mTIR8-0003J9-KB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the Properties panel was not loaded for catalog tables. Fixes #6778

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/columns/static/js/column.ui.js | 8 +++-----
.../databases/schemas/tables/static/js/table.ui.js | 19 ++++++++++---------
web/pgadmin/static/js/SchemaView/FormView.jsx | 3 +++
3 files changed, 16 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-23 06:45:39 Re: [pgAdmin][patch] Pin material-ui to v4.11
Previous Message Aditya Toshniwal 2021-09-23 06:37:44 Re: [pgAdmin][patch] Pin material-ui to v4.11