浏览代码

attach linker contact field instead of base field

bradfordcondon 6 年之前
父节点
当前提交
4b779833a3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tripal_chado/includes/tripal_chado.fields.inc

+ 2 - 2
tripal_chado/includes/tripal_chado.fields.inc

@@ -2241,7 +2241,7 @@ function tripal_chado_bundle_instances_info_linker(&$info, $entity_type, $bundle
         'term_name' => 'contact',
       ),
       'widget' => array(
-        'type' => 'local__contact_widget',
+        'type' => 'chado_linker__contact_widget',
         'settings' => array(
           'display_label' => 1,
         ),
@@ -2249,7 +2249,7 @@ function tripal_chado_bundle_instances_info_linker(&$info, $entity_type, $bundle
       'display' => array(
         'default' => array(
           'label' => 'hidden',
-          'type' => 'local__contact_formatter',
+          'type' => 'chado_linker__contact_formatter',
           'settings' => array(),
         ),
       ),