Update call_flows.php

There is a select box to select which field to toggle.
This commit is contained in:
FusionPBX 2023-05-30 09:44:01 -06:00 committed by GitHub
parent a4ad93632d
commit ae817047ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ if (!class_exists('call_flows')) {
$this->list_page = 'call_flows.php';
$this->table = 'call_flows';
$this->uuid_prefix = 'call_flow_';
$this->toggle_field = 'call_flow_enabled';
$this->toggle_values = ['true','false'];
}