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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where server names with special charac
Дата
Msg-id E1oYmon-00079n-37@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM7695] Server name not displayed correctly in process tab if server name has special characters.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM7695] Server name not displayed correctly in process tab if server name has special characters.