pgAdmin 4 commit: Ensure that the strings in the LDAP auth module are t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the strings in the LDAP auth module are t
Date: 2021-04-08 12:45:43
Message-ID: E1lUU2Z-0006Hz-2f@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the strings in the LDAP auth module are translatable. Fixes #6274

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=437f0df0f39391d43f1ced325c3bb18126ac2762
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst | 1 +
web/pgadmin/authenticate/__init__.py | 5 ++---
web/pgadmin/authenticate/ldap.py | 32 ++++++++++++++++++--------------
3 files changed, 21 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-08 12:46:05 Re: [pgAdmin4][Patch] - RM 6274 - LDAP auth module is not translatable
Previous Message Khushboo Vashi 2021-04-08 11:37:07 [pgAdmin4][Patch] - RM 6274 - LDAP auth module is not translatable