pgAdmin 4 commit: Fixed errors related to HTML tags shown in the error - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed errors related to HTML tags shown in the error
Date
Msg-id E1mJBjU-0000mm-9M@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed errors related to HTML tags shown in the error message for JSON editor. Fixes #6668

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51d73b1672c0c68d1451406cfce48158e15828d2
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst                        |  1 +
web/package.json                                        |  2 +-
web/pgadmin/static/js/slickgrid/editors.js              | 10 ++++++++--
web/pgadmin/static/scss/_jsoneditor.overrides.scss      |  2 ++
web/pgadmin/tools/sqleditor/static/scss/_sqleditor.scss |  2 +-
5 files changed, 13 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] Test case failure fix
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] - Bug #6668 - Error should be handle on json viewer/editor