pgAdmin 4 commit: 1) Ensure that properties should be displayed after t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure that properties should be displayed after t
Date: 2022-09-12 08:35:53
Message-ID: E1oXev3-0008AN-W8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Ensure that properties should be displayed after the SonarQube fixes. (Patch by: Aditya)
2) Fixed Tablespace wrong path issue. (Patch by: Nikhil)
3) Align the label and drop-down on Graph Visualizer.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1bff94d0ea0af70efa4e8fe0e75ca4c4fd434916

Modified Files
--------------
.../server_groups/servers/tablespaces/__init__.py | 2 +-
web/pgadmin/static/js/SchemaView/index.jsx | 5 ++
.../js/components/sections/GraphVisualiser.jsx | 2 +-
.../javascript/search_objects/SearchObject.spec.js | 70 ++++++++++++----------
4 files changed, 44 insertions(+), 35 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2022-09-12 09:13:52 Re: [pgAdmin 4][Patch]: #7314 - psycopg2 to psycopg3 migration
Previous Message Akshay Joshi 2022-09-12 05:59:15 Re: [pgAdmin4][Patch]: Remove Backgrid & Backform