pgAdmin 4 commit: Fix debugger issues which could occur if one or more

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix debugger issues which could occur if one or more
Дата
Msg-id E1bEvOs-0000zI-KZ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix debugger issues which could occur if one or more of the ajax calls used to gather execution environment info
completedin an unexpected order. 

To resolve this, we have callbacks from each ajax call initiate the next one so everything is guaranteed to be
sequential.

Fixes #1354
Fixes #1323

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dd4705af6002d9d4db26513fa9b55ba9278d6d90
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/templates/debugger/js/direct.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix date validation while creating new role.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][debugger]: RM #1354 & RM #1323