[open-ils-commits] r18828 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 22 15:38:33 EST 2010
Author: phasefx
Date: 2010-11-22 15:38:28 -0500 (Mon, 22 Nov 2010)
New Revision: 18828
Modified:
trunk/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: trunk/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.js 2010-11-22 20:33:58 UTC (rev 18827)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.js 2010-11-22 20:38:28 UTC (rev 18828)
@@ -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