[pgadmin-org/pgadmin4] 85255b: 1) Ensure that the Authentication Source in the dr...

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 85255b: 1) Ensure that the Authentication Source in the dr...
Date: 2023-11-27 08:47:30
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/338bb6-85255b@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 85255b65b1cba294da7cdded2bf5ea7a49a69954
https://github.com/pgadmin-org/pgadmin4/commit/85255b65b1cba294da7cdded2bf5ea7a49a69954
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-11-27 (Mon, 27 Nov 2023)

Changed paths:
M docs/en_US/release_notes_8_1.rst
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/coll_stats.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/default/coll_table_stats.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/default/sql/coll_mview_stats.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/ppas/default/sql/coll_mview_stats.sql
M web/pgadmin/browser/server_groups/servers/databases/templates/databases/sql/default/stats.sql
M web/pgadmin/tools/user_management/static/js/UserManagementDialog.jsx
M web/pgadmin/tools/user_management/static/js/user_management.js

Log Message:
-----------
1) Ensure that the Authentication Source in the drop-down of the UserManagement dialog aligns with the entries specified for AUTHENTICATION_SOURCES in the configuration file. #6950
2) Fixed an issue where the pgAdmin page went blank when clicking the delete button in the User Management dialog. #6989

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2023-11-27 10:23:47 [pgadmin-org/pgadmin4] 222e8c: Upgade yarn for Javascript style github workflow.
Previous Message Akshay Joshi 2023-11-23 11:03:12 [pgadmin-org/pgadmin4] 338bb6: Fixed an issue where reading process logs throws a...