[open-ils-commits] [GIT] Evergreen ILS branch master updated. 10114e3aeb26341f3441ebff6e3a102b2fcc1ea5

Evergreen Git git at git.evergreen-ils.org
Mon Feb 4 13:31:59 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  10114e3aeb26341f3441ebff6e3a102b2fcc1ea5 (commit)
      from  11dd0bd8b9614db85cd0789efccbd1bb0edefaa3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 10114e3aeb26341f3441ebff6e3a102b2fcc1ea5
Author: Mark Cooper <markchristophercooper at gmail.com>
Date:   Tue Oct 16 11:02:23 2012 -0700

    LP#1067361: vandelay: batch queue deletion no longer works
    
    Because window.location.reload can trigger before the deletions
    have occurred. Simple fix (band aid?) is to make the delete
    calls in sync.
    
    Signed-off-by: Mark Cooper <markchristophercooper at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
index 7d35503..7df3068 100644
--- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js
+++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
@@ -1044,7 +1044,7 @@ function vlQueueGridNextPage() {
 function vlDeleteQueue(type, queueId, onload) {
     fieldmapper.standardRequest(
         ['open-ils.vandelay', 'open-ils.vandelay.'+type+'_queue.delete'],
-        {   async: true,
+        {   async: false,
             params: [authtoken, queueId],
             oncomplete: function(r) {
                 var resp = r.recv().content();

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/vandelay/vandelay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list