Project

General

Profile

« Previous | Next » 

Revision 116fb348

Added by Andreas Kohlbecker over 5 years ago

ref #7658 work in progress with errors

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.page.theme
219 219
  }
220 220
  // Render taxon relationships.
221 221
  if (variable_get(CDM_DATAPORTAL_DISPLAY_TAXON_RELATIONSHIPS, CDM_DATAPORTAL_DISPLAY_TAXON_RELATIONSHIPS_DEFAULT)) {
222
    $taxonRelationships = cdm_ws_get(CDM_WS_PORTAL_TAXON_RELATIONS, $taxon->uuid);
223
    $out .= cdm_taxonRelationships($taxonRelationships, $taxon);
222
    $taxonRelationshipsDTO = cdm_ws_get(CDM_WS_PORTAL_TAXON_RELATIONS_DTO, $taxon->uuid);
223
    $out .= cdm_taxonRelationships($taxonRelationshipsDTO, $taxon);
224 224
  }
225 225

  
226 226
  RenderHints::popFromRenderStack();

Also available in: Unified diff