pgAdmin 4 commit: Fixed an issue where server names with special charac

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where server names with special charac
Date: 2022-09-15 11:14:05
Message-ID: E1oYmon-00079n-37@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-15 11:15:02 Re: [pgAdmin][RM7695] Server name not displayed correctly in process tab if server name has special characters.
Previous Message Aditya Toshniwal 2022-09-15 10:27:26 [pgAdmin][RM7695] Server name not displayed correctly in process tab if server name has special characters.