pgAdmin 4 commit: 1) Fix an error while retrieving json data from the t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fix an error while retrieving json data from the t
Date: 2019-07-22 13:24:51
Message-ID: E1hpYJ9-0000Xq-Pv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fix an error while retrieving json data from the table. Fixes #4427
2) Fix an issue where Explain and Explain Analyze are not working, it's regression of #1760. Fixes #4484
3) Fix an issue where Filter toolbar button is not working in view/edit data, it's regression of keyboard navigation. Fixes #4485

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c019778a47241fe04b8a9423136c0388566be3c7
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 5 +-
web/pgadmin/static/js/backform.pgadmin.js | 38 ++++++---
.../static/js/sqleditor/call_render_after_poll.js | 5 +-
web/pgadmin/tools/sqleditor/__init__.py | 2 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 14 ++--
.../sqleditor/tests/test_save_changed_data.py | 2 +-
.../tools/sqleditor/tests/test_view_data.py | 98 ++++++++++++++++++++++
7 files changed, 144 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-07-22 13:25:18 Re: [pgAdmin4][Patch] - RM 4427 , RM 4484, RM 4485
Previous Message Avin Kavish 2019-07-22 13:18:55 Dual Dialogs