Обсуждение: pgAdmin 4 commit: Fix debugger issues which could occur if one or more

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

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

От
Dave Page
Дата:
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(-)