pgAdmin 4 commit: Format JSON/JSONB nicely when displaying it in the gr

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Format JSON/JSONB nicely when displaying it in the gr
Date: 2017-11-28 14:21:35
Message-ID: E1eJglT-0002J3-7B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Format JSON/JSONB nicely when displaying it in the grid editor pop-up. Fixes #2748

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=362bd15c8ef3815e0ebc5f699be09c6afc5057f3
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/slickgrid/editors.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-28 14:21:48 Re: [pgAdmin4][Patch]: Add basic JSON formatting - Query tool
Previous Message Dave Page 2017-11-28 14:10:43 Re: [pgAdmin4][Patch]: RM-2859: Can't create new user