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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix debugger issues which could occur if one or more
Date: 2016-06-20 09:21:46
Message-ID: E1bEvOs-0000zI-KZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix debugger issues which could occur if one or more of the ajax calls used to gather execution environment info completed in 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(dot)patel(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-20 09:21:56 Re: [pgAdmin4][debugger]: RM #1354 & RM #1323
Previous Message Dave Page 2016-06-20 09:11:46 pgAdmin 4 commit: Fix date validation while creating new role.