Update call_flows.php
There is a select box to select which field to toggle.
This commit is contained in:
parent
a4ad93632d
commit
ae817047ef
|
|
@ -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'];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue