From 64e39169495491b75d43b4d34b7ce29138da8094 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 22 Nov 2010 20:38:28 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/holds.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index f6f8116c84..3adaa94143 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 } ); } -- 2.43.2