pgAdmin 4 commit: Fixed errors related to HTML tags shown in the error

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed errors related to HTML tags shown in the error
Date: 2021-08-26 09:31:36
Message-ID: E1mJBjU-0000mm-9M@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-26 09:34:38 Re: [pgAdmin][Patch] - Bug #6668 - Error should be handle on json viewer/editor
Previous Message Aditya Toshniwal 2021-08-26 08:52:06 [pgAdmin][patch] Test case failure fix