In Issabel 5, after successfully create new call flow control, there is no way to delete that call flow control. Can anyone suggest how to delete it? In Issabel 4, there is deletion link at the top of the page.
Can't delete call flow control
Only the 1st one (*280) can't be removed !!! For the 2nd, 3rd and so on, you can delete it as usual. there must be some reasons why the 1st one can't be removed.
10 days later
anybody has any ideas?
I managed to fix it by hardcoding the php script (/var/www/html/admin/modules/page.daynight.php as below.
<?php
$extdisplay=true; // here is the line.
echo form_action_bar($extdisplay);
?>
Secondly, when deleting any call flow items, there is no "Apply Config" on the top so I add needreload() before ending of daynight_del function. Then the "Apply Config" button will show on the screen.