[pgadmin-org/pgadmin4] ad0567: Add support for selecting a schema in the backup d...

From: Nikhil Mohite <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] ad0567: Add support for selecting a schema in the backup d...
Date: 2024-01-12 11:49:39
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/701085-ad0567@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: ad0567bd85e3cec5249b25b01336c770a392def2
https://github.com/pgadmin-org/pgadmin4/commit/ad0567bd85e3cec5249b25b01336c770a392def2
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Date: 2024-01-12 (Fri, 12 Jan 2024)

Changed paths:
M web/pgadmin/static/js/PgTreeView/index.jsx
M web/pgadmin/static/js/components/PgTable.jsx
M web/pgadmin/tools/backup/__init__.py
M web/pgadmin/tools/grant_wizard/__init__.py

Log Message:
-----------
Add support for selecting a schema in the backup database dialog with no tables, mviews, views or foreign tables. #7053

Fixed a UI border issue on the dependencies tab for columns with icon. #7055

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pravesh Sharma 2024-01-12 11:51:02 [pgadmin-org/pgadmin4] b28df5: Fixed an issue where multiple errors were showing ...
Previous Message Pravesh Sharma 2024-01-12 11:19:01 [pgadmin-org/pgadmin4] 701085: Fixed an issue where group membership information ...