Project

General

Profile

« Previous | Next » 

Revision 31cdbbe4

Added by Andreas Kohlbecker almost 8 years ago

fixing order by for term web service request

View differences:

modules/cdm_dataportal/includes/descriptions.inc
1821 1821
        . ' " title="' . $status_label . '">'
1822 1822
        . '<span class="area_label">' . $label
1823 1823
        . $level_style['label_suffix'] . '</span>'
1824
        .  $status_markup
1824
        . $status_markup
1825 1825
      ;
1826 1826

  
1827 1827
      if(isset($annotations_and_sources)){
modules/cdm_dataportal/settings.php
2232 2232
    }
2233 2233
  }
2234 2234

  
2235
  $level_options = cdm_vocabulary_as_option(UUID_NAMED_AREA_LEVEL, NULL, FALSE, SORT_ASC);
2235
  $level_options = cdm_vocabulary_as_option(UUID_NAMED_AREA_LEVEL, NULL, FALSE, CDM_ORDER_BY_ORDER_INDEX_ASC);
2236 2236
  $form['taxon_profile']['distribution_layout'][DISTRIBUTION_TREE_OMIT_LEVELS] = array(
2237 2237
    '#type' => 'checkboxes',
2238 2238
    '#title' => 'Omit area levels',

Also available in: Unified diff