Thread: pgAdmin 4 commit: Fixed an issue where server names with special charac
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(-)