pgAdmin 4 commit: Unable to open Query tool on Internet Explorer.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Unable to open Query tool on Internet Explorer.
Date: 2019-09-27 09:08:03
Message-ID: E1iDmEN-0008Kv-KY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Unable to open Query tool on Internet Explorer.

Remove extra comma in the function argument while starting the query tool.
Other browsers had no problems, but it is an issue on Internet explorer.

Fixes #4769

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_14.rst | 1 +
web/pgadmin/tools/datagrid/templates/datagrid/index.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-27 09:10:06 Re: [pgAdmin][RM4769] pgAdmin Query Tool Won’t open on IE
Previous Message Akshay Joshi 2019-09-27 08:58:01 pgAdmin 4 commit: Fix PEP8 issue