2871: add link head_uuids to the list of to be preloaded uuids
authorradhika <radhika@curoverse.com>
Wed, 4 Jun 2014 21:01:03 +0000 (17:01 -0400)
committerradhika <radhika@curoverse.com>
Wed, 4 Jun 2014 21:01:03 +0000 (17:01 -0400)
apps/workbench/app/views/application/_show_metadata.html.erb

index 933f90be973883bce28f45ce477cd41018c55aac..77f2dda3f2d9d7011df431ef1dcc971f59ed17ad 100644 (file)
@@ -6,9 +6,9 @@
   preload_head_uuids = []
   outgoing.results.each do |link|
     preload_uuids << link.uuid
+    preload_uuids << link.head_uuid
     preload_head_uuids << link.head_uuid
   end
-  preload_uuids << preload_head_uuids
   preload_collections_for_objects preload_uuids
   preload_links_for_objects preload_head_uuids
 %>