pgAdmin 4 commit: Fix query tool launch error if user name contain html

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 contain html
Date: 2019-08-28 05:16:36
Message-ID: E1i2qJw-0004Yk-Kl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix query tool launch error if user name contain html characters. Fixes #4674

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 3 ++-
web/pgadmin/tools/datagrid/static/js/datagrid.js | 2 +-
web/pgadmin/tools/datagrid/static/js/datagrid_panel_title.js | 2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-28 05:16:52 Re: [pgAdmin][RM4674] User can not launch query tool window if user name contain html characters
Previous Message Usman Muzaffar 2019-08-27 14:31:44 Re: Resql test cases for views and fix for bug: 4650