[open-ils-commits] r18829 - branches/rel_2_0/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 22 15:39:00 EST 2010
Author: phasefx
Date: 2010-11-22 15:38:55 -0500 (Mon, 22 Nov 2010)
New Revision: 18829
Modified:
branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
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
Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js 2010-11-22 20:38:28 UTC (rev 18828)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js 2010-11-22 20:38:55 UTC (rev 18829)
@@ -1552,7 +1552,8 @@
'hold_id' : hold_id,
'post_clear_shelf_action' : obj.post_clear_shelf_hold_action_map[ hold_id ]
}
- }
+ },
+ 'to_bottom' : true
}
);
}
More information about the open-ils-commits
mailing list