pgAdmin 4 commit: Fix an issue where JSON data would not be rendered in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where JSON data would not be rendered in
Date: 2019-03-28 12:14:41
Message-ID: E1h9Tvd-0006WL-UG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where JSON data would not be rendered in the Query Tool. Fixes #4105

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_4.rst | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 48 +++++++++++-----------
2 files changed, 25 insertions(+), 24 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-28 12:36:47 pgAdmin 4 commit: Include inherited column comments and defaults in rev
Previous Message Dave Page 2019-03-28 12:13:27 Re: [pgAdmin4][RM4105] select for json context doesn't work