Browse Source

Fixed typo in the organism title tokens

Stephen Ficklin 6 years ago
parent
commit
16dcaff73d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/includes/tripal_chado.entity.inc

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

@@ -152,7 +152,7 @@ function tripal_chado_tripal_default_title_format($bundle, $available_tokens) {
     }
     else {
       $format[] = array(
-        'format' => '[taxrank__genus] [taxrank__species] [taxrank__infraspecific_taxon]',
+        'format' => '[taxrank__genus] [taxrank__species] [taxrank__infraspecific_taxon,TAXRANK:0000045]',
         'weight' => -5
       );
     }