pgAdmin 4 commit: Fixed the JSON editor issue of hiding the first recor

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the JSON editor issue of hiding the first recor
Date: 2021-08-20 08:18:06
Message-ID: E1mGzj4-0005kx-4m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the JSON editor issue of hiding the first record. Fixes #6684

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b33c52eac9828d52894cb5db36e90aa64bc861a
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
web/pgadmin/feature_tests/view_data_dml_queries.py | 30 ++++++++---------
web/pgadmin/static/js/slickgrid/editors.js | 38 +++++++++++++---------
web/regression/feature_utils/locators.py | 3 +-
4 files changed, 39 insertions(+), 33 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-20 08:19:12 Re: [pgAdmin][Patch] - Bug #6684 - JSON viewer/editor hided for the first records
Previous Message Yogesh Mahajan 2021-08-20 06:55:23 [pgAdmin][Patch] - Bug #6684 - JSON viewer/editor hided for the first records