pgAdmin 4 commit: Fixed Query Tool Initialization Error. Fixes #3903

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed Query Tool Initialization Error. Fixes #3903
Date: 2019-01-29 06:15:48
Message-ID: E1goMgW-0002ot-T3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed Query Tool Initialization Error. Fixes #3903

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 1 +
web/pgadmin/tools/datagrid/__init__.py | 11 ++++-
web/pgadmin/tools/datagrid/static/js/datagrid.js | 11 ++++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 57 ----------------------
4 files changed, 20 insertions(+), 60 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-29 06:16:06 Re: [pgAdmin4][RM3903] Query Tool Initialization Error
Previous Message Ashesh Vashi 2019-01-29 05:17:04 Re: [pgAdmin4][Patch]: RM - 3051 - ables > Properties > Columns tab is slow on tables with a lot of fields