Project

General

Profile

« Previous | Next » 

Revision 1b756c5f

Added by Andreas Kohlbecker about 7 years ago

fix #6392 test for uses and use records and refactoring of the uses feature block

  • fixing wrong assumptions for cyprus
  • bibliography as pseudo feature block better testable

View differences:

modules/cdm_dataportal/includes/occurrences.inc
406 406
//                 continue;
407 407
//               }
408 408
              $elements_by_feature = _mergeFeatureTreeDescriptions($occurrence_featureTree->root->childNodes, $description->elements);
409
              $description_render_elements = compose_feature_blocks($elements_by_feature, null);
409
              $description_render_elements = _block_get_renderable_array(make_feature_block_list($elements_by_feature, null));
410 410
              $dd_elements[] = $description_render_elements;
411 411
            }
412 412

  

Also available in: Unified diff