mirror of https://github.com/itflow-org/itflow
Fix Task Sorting in ticket templates
This commit is contained in:
parent
129e95fd3a
commit
8efa354fdb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue