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:
konradSC
2019-06-18 11:35:59 -04:00
committed by FusionPBX
parent f7ad8b3b56
commit 86a0ad1c01

View File

@@ -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 .= ") ";
}