[pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
Дата
Msg-id CAM9w-_=H0yeyw9O6F5R+bHbZtdH3c_5nAdF27E9Ehgq-dGtXnQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
Hi Hackers,

The patch fixes pgAdmin on IE. In my patch for #5133, I had made some changes in 
backgrid-select-all.js in vendor directory. It turns out, vendor directory is excluded from webpack compiling. I used ES6 code syntax which does not work on IE.

Code changes are done to use ES5 syntax.

Please review.

--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM5142]Connections are not getting closed when disconnectthe server while debugging is in progress.