Revision ec2cb73b
Added by Andreas Kohlbecker over 6 years ago
modules/cdm_dataportal/includes/descriptions.inc | ||
---|---|---|
73 | 73 |
$cdm_distribution_filter = get_array_variable_merged(CDM_DISTRIBUTION_FILTER, CDM_DISTRIBUTION_FILTER_DEFAULT); |
74 | 74 |
$query = array(); |
75 | 75 |
|
76 |
// new default, TODO put into settings #5677 |
|
77 |
$query['distributionOrder'] = 'AREA_ORDER'; |
|
78 |
|
|
76 | 79 |
if ($cdm_distribution_filter['filter_rules']['statusOrderPreference']) { |
77 | 80 |
$query['statusOrderPreference'] = 1; |
78 | 81 |
} |
Also available in: Unified diff
#5677 Distribution order AREA_ORDER as default