[open-ils-commits] r20089 - branches/rel_2_1/Open-ILS/web/opac/skin/default/xml/rdetail (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 14 16:38:55 EDT 2011


Author: dbs
Date: 2011-04-14 16:38:50 -0400 (Thu, 14 Apr 2011)
New Revision: 20089

Modified:
   branches/rel_2_1/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
Specify the holdings_xml unAPI format for URI calls

The unAPI marcxml-uris format is not returning URIs at the moment.
While we're getting that fixed, use the holdings_xml format to
get the URI job done; requires an extra JS call, but that's
better than not working at all.


Modified: branches/rel_2_1/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- branches/rel_2_1/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2011-04-14 20:38:04 UTC (rev 20088)
+++ branches/rel_2_1/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2011-04-14 20:38:50 UTC (rev 20089)
@@ -130,7 +130,7 @@
 						]]></script>
 					</span>
 				</td>
-				<td class='rdetail_item' id='rdetail_online' type='opac/slot-data' query='volumes volume uris uri' join=", ">
+				<td class='rdetail_item' id='rdetail_online' type='opac/slot-data' datatype='holdings_xml' query='volumes volume uris uri' join=", ">
 					<script type='opac/slot-format'><![CDATA[
 						var link = '<a href="' + item.getAttribute('href') + '">' + item.getAttribute('label') + '</a>';
 						if (item.getAttribute('use_restriction'))



More information about the open-ils-commits mailing list