[pgadmin-org/pgadmin4] 932dcd: Fix an issue where role is used as username for ne...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 932dcd: Fix an issue where role is used as username for ne...
Date: 2023-02-01 07:41:13
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/103cf0-932dcd@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: 932dcd96668dec779579ca616bca3ce612ce647c
https://github.com/pgadmin-org/pgadmin4/commit/932dcd96668dec779579ca616bca3ce612ce647c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-02-01 (Wed, 01 Feb 2023)

Changed paths:
M web/pgadmin/browser/server_groups/servers/__init__.py
M web/pgadmin/tools/sqleditor/static/js/show_query_tool.js
M web/pgadmin/tools/sqleditor/static/js/show_view_data.js
M web/regression/javascript/schema_ui_files/functions.ui.spec.js
M web/regression/javascript/schema_ui_files/language.ui.spec.js
M web/regression/javascript/schema_ui_files/publication.ui.spec.js
M web/regression/javascript/schema_ui_files/subscription.ui.spec.js

Log Message:
-----------
Fix an issue where role is used as username for newly added servers when opening query tool. #5702

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2023-02-01 07:42:54 [pgadmin-org/pgadmin4] aa6c19: Added bundled PG utilities in the release note. #4320
Previous Message Akshay Joshi 2023-01-31 10:23:36 [pgadmin-org/pgadmin4] 103cf0: Fixed a migration issue for the external database....