mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update call_flows.php
There is a select box to select which field to toggle.
This commit is contained in:
@@ -56,7 +56,6 @@ if (!class_exists('call_flows')) {
|
|||||||
$this->list_page = 'call_flows.php';
|
$this->list_page = 'call_flows.php';
|
||||||
$this->table = 'call_flows';
|
$this->table = 'call_flows';
|
||||||
$this->uuid_prefix = 'call_flow_';
|
$this->uuid_prefix = 'call_flow_';
|
||||||
$this->toggle_field = 'call_flow_enabled';
|
|
||||||
$this->toggle_values = ['true','false'];
|
$this->toggle_values = ['true','false'];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user