pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly
Date: 2020-02-28 09:58:24
Message-ID: E1j7cPY-0005TT-Rn@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where pgAdmin4 does not display properly on the IE browser. It's a regression of #5133

There are some changes in the backgrid-select-all.js in vendor directory and the vendor directory
is excluded from webpack compiling. We used ES6 code syntax which does not work on IE.

Code changes are done to use ES5 syntax. Fixes #5219

Branch
------
master

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

Modified Files
--------------
.../static/vendor/backgrid/backgrid-select-all.js | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-28 09:59:19 Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
Previous Message Aditya Toshniwal 2020-02-28 07:09:22 Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug