Destination Edit: Add toggle input style to record and email notifications (#7526)

* icDestination Edit: Add toggle input style to record and email notifations

* Update destination_edit.php

* Update destination_imports.php
This commit is contained in:
Alex
2025-09-22 15:59:29 -06:00
committed by GitHub
parent 25918ea518
commit d3aa4b3554
3 changed files with 44 additions and 51 deletions

View File

@@ -323,7 +323,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_record";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "boolean";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to record the call.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_hold_music";
@@ -402,7 +402,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_email";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "boolean";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to send email notifications of incoming SMS/MMS messages";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "insert_date";