mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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
|
||||
}));
|
||||
|
||||
$.post('ajax.php', {
|
||||
$.post('/agent/ajax.php', {
|
||||
update_task_templates_order: true,
|
||||
ticket_template_id: <?php echo $ticket_template_id; ?>,
|
||||
positions: positions
|
||||
|
||||
Reference in New Issue
Block a user