Browse Source

Feature Properties: Ensure value is expanded

Lacey Sanderson 13 năm trước cách đây
mục cha
commit
60feb83044
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();