pgAdmin 4 commit: Fix query tool launch error if user name contains HTM

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix query tool launch error if user name contains HTM
Date: 2019-12-05 07:43:44
Message-ID: E1iclnc-0004Bt-4z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix query tool launch error if user name contains HTML characters. It's a regression. Fixes #4674.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/tools/datagrid/static/js/datagrid.js | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-05 07:44:21 Re: [pgAdmin][RM4674] User can not launch query tool window if user name contain html characters
Previous Message Aditya Toshniwal 2019-12-05 07:13:34 Re: [pgAdmin][RM4674] User can not launch query tool window if user name contain html characters