pgAdmin 4 commit: Don't try to render security URLs in desktop mode.Fi

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Don't try to render security URLs in desktop mode.Fi
Дата
Msg-id E1eQrWM-0005OI-Lp@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't try to render security URLs in desktop mode. Fixes #2952. Fixes #2922

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bceb6aef3cdde642acdf39ddd8abed0634ee1733
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/__init__.py                             | 6 +-----
web/pgadmin/templates/security/change_password.html | 2 ++
web/pgadmin/templates/security/forgot_password.html | 2 ++
web/pgadmin/templates/security/login_user.html      | 2 ++
web/pgadmin/templates/security/reset_password.html  | 2 ++
5 files changed, 9 insertions(+), 5 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Re: Enums printout - possible bug
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Do not render security URL in templates ifrunning in Desktop mode