* Add iphone style toggle for destinations in ring groups * Add iphone style toggle for destinations in ring groups * only select enabled destination when make ring group calls * add destination_enable filed in table v_ring_group_destinations schema * Change destination_enabled value on to true. * Update app_config.php * Change destination_enabled from on to true * Change destination_enabled to boolean * Delete fix.css * Will style this * Update template.php Co-authored-by: flagman <flagman@flagman.com> Co-authored-by: FusionPBX <markjcrane@gmail.com> Co-authored-by: K-flagman <43560934+kapetrosyan@users.noreply.github.com>
This commit is contained in:
co-authored by
flagman
FusionPBX
K-flagman
parent
7d22b514a4
commit
581c919132
@@ -372,6 +372,11 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; //confirm,announce
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_enabled";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "boolean";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "insert_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamptz';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date';
|
||||
|
||||
Reference in New Issue
Block a user