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/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