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
+1 -1
View File
@@ -35,7 +35,7 @@
$apps[$x]['destinations'][$y]['label'] = "fax";
$apps[$x]['destinations'][$y]['name'] = "fax";
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' ";
$apps[$x]['destinations'][$y]['order_by'] = "fax_extension asc";
$apps[$x]['destinations'][$y]['order_by'] = "natural_sort(fax_extension) asc";
$apps[$x]['destinations'][$y]['field']['fax_uuid'] = "fax_uuid";
$apps[$x]['destinations'][$y]['field']['uuid'] = "fax_uuid";
$apps[$x]['destinations'][$y]['field']['name'] = "fax_name";