Issabel ISO (Latest): Download Here
Cloud Services: User Portal - Quick Guide
News: Telegram channel
Become a Patron!
  • General
  • Can't delete call flow control

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.

    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.

        Write a Reply...