[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 93211049c2ca2652fb7d1ef14e5329ddb117b8af

Evergreen Git git at git.evergreen-ils.org
Tue Aug 9 13:47:50 EDT 2011


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, rel_2_1 has been updated
       via  93211049c2ca2652fb7d1ef14e5329ddb117b8af (commit)
      from  cec0667769188c4f0fd9678f2be549000afe4e59 (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 93211049c2ca2652fb7d1ef14e5329ddb117b8af
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Mon Aug 8 14:06:57 2011 -0400

    Fix stop sign page race condition with checkout
    
    This would happen most often when retrieving multiple patrons at the same time
    from patron search--the stop sign page would show but then get trampled by the
    checkout interface, which normally loads first.
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>

diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js
index 36199e5..1648cc8 100644
--- a/Open-ILS/xul/staff_client/server/patron/display.js
+++ b/Open-ILS/xul/staff_client/server/patron/display.js
@@ -903,6 +903,7 @@ patron.display.prototype = {
         // FIXME - replace this generated "stop sign" page with a dedicated XUL file or template
         return function(patron,params) {
             try {
+                obj._already_defaulted_once = true;
                 var msg = ''; obj.stop_checkouts = false;
                 if (patron.alert_message())
                     msg += $("patronStrings").getFormattedString('staff.patron.display.init.network_request.alert_message', [patron.alert_message()]);

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

Summary of changes:
 Open-ILS/xul/staff_client/server/patron/display.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list