pgAdmin 4 commit: Fix a quoting issue that caused a blank UI to be disp

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix a quoting issue that caused a blank UI to be disp
Date: 2019-06-28 12:55:01
Message-ID: E1hgqP7-0006Ru-PH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a quoting issue that caused a blank UI to be displayed when running in French. Fixes #4407

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64d31b9d3f128bf97ad41d6852fbc39708f7ad22

Modified Files
--------------
docs/en_US/release_notes_4_10.rst | 3 ++-
web/pgadmin/browser/templates/browser/js/utils.js | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-28 12:55:08 Re: [pgAdmin][RM4407] White page on PG admin 4.9 when locale is French
Previous Message Dave Page 2019-06-28 12:17:09 pgAdmin 4 commit: Properly escape dragged node text. Fixes #4139