Fix Microsoft SSO Login in Client Portal, fix ticket templates due to regression from changing from user to agent

This commit is contained in:
johnnyq
2025-10-03 11:12:48 -04:00
parent 76c9933baf
commit 956f18430b
3 changed files with 23 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
// Import shared code from user-side tickets/tasks as we reuse functions
require_once '../user/post/ticket.php';
require_once '../user/post/task.php';
require_once '../agent/post/ticket.php';
require_once '../agent/post/task.php';
if (isset($_POST['add_ticket_template'])) {