@@ -185,6 +185,12 @@ function tripal_chado_tripal_default_title_format($bundle, $available_tokens) {
'weight' => -5,
);
}
+ if ($table == 'project') {
+ $format[] = array(
+ 'format' => '[schema__name]',
+ 'weight' => -5,
+ );
+ }
return $format;