File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ function buildTiles(list) {
396396 // Build a HTML tile
397397 var url = formcreatorRootDoc + '/front/formdisplay.php?id=' + item . id ;
398398 if ( item . type != 'form' ) {
399- url = rootDoc + '/front/knowbaseitem.form .php?id=' + item . id ;
399+ url = rootDoc + '/front/helpdesk.faq .php?id=' + item . id ;
400400 }
401401
402402 var tiles_design = "" ;
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ function plugin_formcreator_redirect() {
515515
516516 $ pages = [
517517 'front/reservationitem.php ' => FORMCREATOR_ROOTDOC . '/front/reservationitem.php ' ,
518- 'front/helpdesk.faq.php ' => FORMCREATOR_ROOTDOC . '/front/wizard.php ' ,
518+ // 'front/helpdesk.faq.php' => FORMCREATOR_ROOTDOC . '/front/wizard.php',
519519 'front/ticket.php ' => FORMCREATOR_ROOTDOC . '/front/issue.php ' ,
520520 ];
521521 foreach ($ pages as $ srcPage => $ dstPage ) {
You can’t perform that action at this time.
0 commit comments