From: phasefx Date: Mon, 22 Nov 2010 20:38:28 +0000 (+0000) Subject: append to bottom of list for xul-based hold list interfaces. The result of this... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=64e39169495491b75d43b4d34b7ce29138da8094;p=evergreen%2Fbjwebb.git append to bottom of list for xul-based hold list interfaces. The result of this is that rows appended off-screen (with just the hold id) will not make a network request for fleshing until they either become visible, or a column sort action is initiated git-svn-id: svn://svn.open-ils.org/ILS/trunk@18828 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index f6f8116c8..3adaa9414 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -1552,7 +1552,8 @@ patron.holds.prototype = { 'hold_id' : hold_id, 'post_clear_shelf_action' : obj.post_clear_shelf_hold_action_map[ hold_id ] } - } + }, + 'to_bottom' : true } ); }