mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Make Destination Actions Searchable (#4289)
* Make Destination Actions Searchable It would be nice to have destination actions as a searchable field. Example: If I have 500 destinations and 17 of them have Ring Group 5050 as their action, it would be helpful to be able to search for 5050 and pull up all the applicable destinations. * Update destinations.php
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
}
|
||||
$sql_search .= "or lower(destination_enabled) like :search ";
|
||||
$sql_search .= "or lower(destination_description) like :search ";
|
||||
$sql_search .= "or lower(destination_data) like :search ";
|
||||
$sql_search .= ") ";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user