Project

General

Profile

« Previous | Next » 

Revision d5b2e2e8

Added by Andreas Kohlbecker over 3 years ago

ref #8419 fixing bug render hints usage and new render template default for names in speciemen views

View differences:

modules/cdm_dataportal/classes/NameRenderConfiguration.php
99 99

  
100 100
  const CDM_NAME_RENDER_TEMPLATES_DEFAULT =
101 101
    array (
102
      'taxon_page_title,polytomousKey'=> array(
102
      'taxon_page_title,polytomousKey,taxon_page_specimens'=> array(
103 103
        'namePart' => array('#uri' => TRUE),
104 104
      ),
105 105
      'not_in_current_classification' => array(
modules/cdm_dataportal/includes/name.inc
1174 1174

  
1175 1175
      $out .= '</'. $element_tag .'>';
1176 1176
    }
1177
    RenderHints::popFromRenderStack();
1177 1178
  }
1178 1179
  return $out;
1179 1180
}

Also available in: Unified diff