Project

General

Profile

« Previous | Next » 

Revision fc169e34

Added by Katja Luther over 5 years ago

ref #7599: add excluded fields for specimen

View differences:

modules/cdm_dataportal/includes/occurrences.inc
244 244
    $exclude_occurrence_fields = &drupal_static(__FUNCTION__);
245 245
    if (!isset($exclude_occurrence_fields)) {
246 246
        $exclude_occurrence_fields = array(
247
            // 'derivationEvents',
247
            'derivationEvent',
248
            'taxonRelatedDerivedUnits',
248 249
            'titleCache',
249 250
            'protectedTitleCache',
250 251
            'derivedUnitMedia',
......
253 254
            'updated',
254 255
            'class',
255 256
            'uuid',
256
            ''
257
            'collectionDTO'
257 258
        );
258 259
    }
259 260

  

Also available in: Unified diff