pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly
Date
Msg-id E1j7cPY-0005TT-Rn@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser