From bb6306a7db2f8d3ff116a3f9d9245a2119a4f6c4 Mon Sep 17 00:00:00 2001 From: fusionate Date: Thu, 4 Dec 2025 20:43:32 -0700 Subject: [PATCH] Destination [Class]: Add optional placeholder parameter for the select method (default mode only). --- app/destinations/resources/classes/destinations.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index 95bcba8667..96c4ed0dc6 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -319,8 +319,9 @@ * @var string $destination_type can be ivr, dialplan, call_center_contact or bridge * @var string $destination_name - current name * @var string $destination_value - current value + * @var string $placeholder - descriptive text */ - public function select($destination_type, $destination_name, $destination_value) { + public function select($destination_type, $destination_name, $destination_value, $placeholder = null) { //set the global variables global $db_type; @@ -396,7 +397,7 @@ $select_found = false; $response .= "