Re: [pgAdmin4][patch][RM#2593]: Query Tool/ Debugger won't load withQt-5.1 with webkit

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgAdmin4][patch][RM#2593]: Query Tool/ Debugger won't load withQt-5.1 with webkit
Дата
Msg-id CA+OCxoxszAdKySJhrLH4pKiLFMMHF5WLONARW2C7EAzN5fS0rw@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin4][patch][RM#2593]: Query Tool/ Debugger won't load withQt-5.1 with webkit  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Список pgadmin-hackers
Thanks, applied.

On Fri, Jul 21, 2017 at 2:06 PM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi

When an instance of query tool and debugger is opened, it fails to load and gives following error in console:
`Promise is undefined.`

The reason is: These instances are loaded in an iframe and their bundles don't include `babel-polyfill` library. Babel-polyfill must be loaded first.

Please find attached patch and review it. Thanks to Khushboo for reporting it.

Thanks,
Surinder 





--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ensure babel-polyfill is loaded in older qWebKits.Fi
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix test assertion.