mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 13:24:51 +00:00
Fix Task Sorting in ticket templates
This commit is contained in:
@@ -154,7 +154,7 @@ new Sortable(document.querySelector('table#tasks tbody'), {
|
|||||||
order: index
|
order: index
|
||||||
}));
|
}));
|
||||||
|
|
||||||
$.post('ajax.php', {
|
$.post('/agent/ajax.php', {
|
||||||
update_task_templates_order: true,
|
update_task_templates_order: true,
|
||||||
ticket_template_id: <?php echo $ticket_template_id; ?>,
|
ticket_template_id: <?php echo $ticket_template_id; ?>,
|
||||||
positions: positions
|
positions: positions
|
||||||
|
|||||||
Reference in New Issue
Block a user