Ver código fonte

Feature Properties: Ensure value is expanded

Lacey Sanderson 13 anos atrás
pai
commit
60feb83044

+ 1 - 0
base/tripal_feature/tripal_feature_properties.tpl.php

@@ -29,6 +29,7 @@
 <?php
   $feature = $node->feature;
   $feature = tripal_core_expand_chado_vars($feature,'table','featureprop');
+  $feature = tripal_core_expand_chado_vars($feature,'field','featureprop.value');
   $properties = $feature->featureprop;
   if (!$properties) {
     $properties = array();