Project

General

Profile

bug #7108

Updated by Andreas Kohlbecker over 6 years ago

in `cdm_create_footnotes()` the function `_is_original_source_type()` is used to suppress unwanted source types, this check should also be used in `handle_annotations_and_sources()` 

 by this only the following source type will be shown: 

 ~~~ 
  OriginalSourceType::Lineage, 
       OriginalSourceType::PrimaryMediaSource, 
       OriginalSourceType::PrimaryTaxonomicSource, 
       OriginalSourceType::Unknown, 
       OriginalSourceType::Other, 
 ~~~ 

Back