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

This commit is contained in:
Yogesh Mahajan
2021-08-20 13:47:09 +05:30
committed by Akshay Joshi
parent accc941818
commit 1b33c52eac
4 changed files with 39 additions and 33 deletions

View File

@@ -23,3 +23,4 @@ Bug fixes
| `Issue #6663 <https://redmine.postgresql.org/issues/6663>`_ - Fixed no attribute '_asdict' error when connecting the database server.
| `Issue #6671 <https://redmine.postgresql.org/issues/6671>`_ - Fixed UnboundLocalError where local variable 'user_id' referenced before assignment.
| `Issue #6682 <https://redmine.postgresql.org/issues/6682>`_ - Renamed 'Auto rollback?' to 'Auto rollback on error?'.
| `Issue #6684 <https://redmine.postgresql.org/issues/6684>`_ - Fixed the JSON editor issue of hiding the first record.