pgAdmin 4 commit: Fixed an issue where server names with special charac - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where server names with special charac
Date
Msg-id E1oYmon-00079n-37@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where server names with special characters are not displayed correctly in the process tab. Fixes #7695

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04b1e2604178616b2e4b4e884cd63fe379c9b8c2
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_14.rst                                  | 1 +
web/pgadmin/authenticate/__init__.py                               | 2 +-
web/pgadmin/authenticate/oauth2.py                                 | 4 ++--
web/pgadmin/browser/__init__.py                                    | 4 ++--
.../server_groups/servers/databases/schemas/views/__init__.py      | 2 +-
web/pgadmin/tools/backup/__init__.py                               | 7 +------
web/pgadmin/tools/import_export/__init__.py                        | 6 ++----
web/pgadmin/tools/maintenance/__init__.py                          | 3 ---
web/pgadmin/tools/restore/__init__.py                              | 3 ---
9 files changed, 10 insertions(+), 22 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7695] Server name not displayed correctly in process tab if server name has special characters.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7695] Server name not displayed correctly in process tab if server name has special characters.