Project

General

Profile

« Previous | Next » 

Revision 22f5e82d

Added by Andreas Kohlbecker over 9 years ago

refactoring theme_cdm_descriptionElementTextData() #3484 , mock implementation of feature block settings #3257, solves most issues of #3915 (handling of annotations and sources inconsistent in theme_cdm_descriptionElementTextData)

View differences:

7.x/modules/cdm_dataportal/includes/occurrences.inc
192 192
//                 continue;
193 193
//               }
194 194
              $elements_by_feature = _mergeFeatureTreeDescriptions($occurrence_featureTree->root->childNodes, $description->elements);
195
              $description_render_elements = compose_cdm_feature_nodes($elements_by_feature);
195
              $description_render_elements = compose_cdm_feature_nodes($elements_by_feature, null);
196 196
              $dd_elements[] = $description_render_elements;
197 197
            }
198 198

  

Also available in: Unified diff