pgAdmin 4 commit: Fix issue where the user can not switch the UI langua

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix issue where the user can not switch the UI langua
Date: 2019-12-05 09:04:53
Message-ID: E1icn49-00048V-EY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix issue where the user can not switch the UI language. It's a regression of #4348. Fixes #4975

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=75ac259632ec698ce52b80aa3363f610b453cfaa
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/__init__.py | 4 ++--
web/pgadmin/browser/__init__.py | 2 +-
web/pgadmin/preferences/__init__.py | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-05 09:05:15 Re: [pgAdmin][RM4975] Cannot switch UI language
Previous Message Aditya Toshniwal 2019-12-05 07:46:09 [pgAdmin][RM4975] Cannot switch UI language