Fix Task Sorting in ticket templates

This commit is contained in:
johnnyq 2026-02-21 14:49:46 -05:00
parent 129e95fd3a
commit 8efa354fdb
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ new Sortable(document.querySelector('table#tasks tbody'), {
order: index
}));
$.post('ajax.php', {
$.post('/agent/ajax.php', {
update_task_templates_order: true,
ticket_template_id: <?php echo $ticket_template_id; ?>,
positions: positions