Explorar el Código

Feature Properties: Ensure value is expanded

Lacey Sanderson hace 13 años
padre
commit
60feb83044
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      base/tripal_feature/tripal_feature_properties.tpl.php

+ 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();