Explorar o código

Feature Properties: Ensure value is expanded

Lacey Sanderson %!s(int64=13) %!d(string=hai) anos
pai
achega
60feb83044
Modificáronse 1 ficheiros con 1 adicións e 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();