Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: ad0567bd85e3cec5249b25b01336c770a392def2
https://github.com/pgadmin-org/pgadmin4/commit/ad0567bd85e3cec5249b25b01336c770a392def2
Author: Nikhil Mohite <[email protected]>
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