Project

General

Profile

« Previous | Next » 

Revision cf839840

Added by Andreas Kohlbecker over 9 years ago

fixing missing annotation footnotes of non standard types - #4370 (Annotations do not show up in Distribution and CommonName section)

View differences:

7.x/modules/cdm_dataportal/settings.php
859 859

  
860 860
/**
861 861
 * LAYOUT settings
862
 * @return unknown_type
862
 * @return
863 863
 *   todo
864 864
 */
865 865
function cdm_settings_layout() {
......
897 897
    '#description' => t('Check this if you do not want to show annotation footnotes'),
898 898
  );
899 899

  
900
  $annotationTypeOptions = cdm_Vocabulary_as_option(UUID_ANNOTATION_TYPE);
900
  $annotationTypeOptions = cdm_terms_by_type_as_option('AnnotationType', SORT_ASC);
901 901
  // Additional option for the NULL case.
902 902
  $annotationTypeOptions['NULL_VALUE'] = t('untyped');
903 903
  $form['footnotes']['annotations_types_as_footnotes'] = array(

Also available in: Unified diff