瀏覽代碼

Fixed issue #41

Stephen Ficklin 8 年之前
父節點
當前提交
89306c0e0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_chado/includes/tripal_chado.entity.inc

+ 1 - 1
tripal_chado/includes/tripal_chado.entity.inc

@@ -166,7 +166,7 @@ function tripal_chado_tripal_default_title_format($bundle, $available_tokens) {
   }
   if ($table == 'stock') {
     $format[] = array(
-      'format' => '[stock__name]',
+      'format' => '[schema__name]',
       'weight' => -5
     );
   }