mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Destination/Action Select: Implement natural sorting for multiple apps.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user