Destination/Action Select: Implement natural sorting for multiple apps.

This commit is contained in:
fusionate
2023-10-19 18:02:00 +00:00
parent bca1e75e02
commit f1ab4c365e
10 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@
$apps[$x]['destinations'][$y]['label'] = "conferences";
$apps[$x]['destinations'][$y]['name'] = "conferences";
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and conference_enabled = 'true' ";
$apps[$x]['destinations'][$y]['order_by'] = "conference_name asc";
$apps[$x]['destinations'][$y]['order_by'] = "natural_sort(conference_extension) asc";
$apps[$x]['destinations'][$y]['field']['conference_uuid'] = "conference_uuid";
$apps[$x]['destinations'][$y]['field']['uuid'] = "conference_uuid";
$apps[$x]['destinations'][$y]['field']['name'] = "conference_name";