Project

General

Profile

« Previous | Next » 

Revision a95583db

Added by Andreas Kohlbecker over 2 years ago

ref #9715 fixing bug related to fieldUnit short label

View differences:

modules/cdm_dataportal/classes/DerivationTreeComposer.php
34 34
      if($this->use_field_unit_short_label === null){
35 35
        $specimen_derivate_tree_options = get_array_variable_merged(CDM_SPECIMEN_DERIVATE_TREE_OPTIONS, CDM_SPECIMEN_DERIVATE_TREE_OPTIONS_DEFAULT);
36 36
        $this->use_field_unit_short_label = $specimen_derivate_tree_options['field_unit_short_label'];
37
      } else {
38
        return $this->use_field_unit_short_label;
39 37
      }
38
      return $this->use_field_unit_short_label;
40 39
  }
41 40

  
42 41
  public function collapsibleItemClassAttribute($has_sub_derivatives) {

Also available in: Unified diff