pgAdmin 4 commit: Fix debugger issues which could occur if one or more - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix debugger issues which could occur if one or more
Date
Msg-id E1bEvOs-0000zI-KZ@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix date validation while creating new role.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][debugger]: RM #1354 & RM #1323