Skip to content
Snippets Groups Projects
Commit 54bc7128 authored by jaapjansma's avatar jaapjansma
Browse files

added default sort

parent 0dd74882
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ class CRM_Dataprocessor_Form_ManageDataProcessors extends CRM_Core_Form {
$apiParams['is_active'] = 1;
}
$apiParams['options']['limit'] = 0;
$apiParams['options']['sort'] = 'title ASC';
$dataProcessors = civicrm_api3('DataProcessor', 'get', $apiParams);
$dataProcessors = $dataProcessors['values'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment