Обсуждение: pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly

Поиск
Список
Период
Сортировка

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

От
Akshay Joshi
Дата:
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(-)