diff --git a/plugins/selection/EntityReference_SelectionHandler_Views.class.php b/plugins/selection/EntityReference_SelectionHandler_Views.class.php
index f31d707..ffe7427 100644
--- a/plugins/selection/EntityReference_SelectionHandler_Views.class.php
+++ b/plugins/selection/EntityReference_SelectionHandler_Views.class.php
@@ -160,6 +160,7 @@ class EntityReference_SelectionHandler_Views implements EntityReference_Selectio
         list($id,, $bundle) = entity_extract_ids($target_type, $entity);
         $return[$bundle][$id] = $result[$id];
       }
+      $return[$bundle] = array_replace($result, $return[$bundle]);
     }
     return $return;
   }
