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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly
Дата
Msg-id E1j7cPY-0005TT-Rn@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser