Project

General

Profile

« Previous | Next » 

Revision f51e4e4e

Added by Andreas Kohlbecker over 3 years ago

ref #9252 removing deprecated property listLabel - adapting dataportal

View differences:

modules/cdm_dataportal/includes/occurrences.inc
1005 1005

  
1006 1006
  //we need one more item to contain the items of one level (fieldunit, derivate data etc.)
1007 1007
  foreach ($fieldunit_dtos as &$fieldunit_dto) {
1008
    $items['data'] = $fieldunit_dto->listLabel ;
1008
    $items['data'] = $fieldunit_dto->label;
1009 1009
    $specimen = compose_cdm_specimen_or_observation_tree_entry($fieldunit_dto);
1010 1010
    $children = array();
1011 1011
    $child = array();
......
1282 1282
      'titleCache',
1283 1283
      'protectedTitleCache',
1284 1284
      'label',
1285
      'listLabel',
1286 1285
      'class',
1287 1286
      'type',
1288 1287
      'taxonRelatedDerivedUnits',

Also available in: Unified diff