소스 검색

Feature Properties: Ensure value is expanded

Lacey Sanderson 13 년 전
부모
커밋
60feb83044
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();