From 17cd1fd0c1cf7896e2b802aceddba1a67ce163ba Mon Sep 17 00:00:00 2001 From: Hugo Sampaio Date: Tue, 4 Feb 2025 10:16:52 -0300 Subject: [PATCH] ajax cleanup --- ajax.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ajax.php b/ajax.php index 59ce8bf9..1d795222 100644 --- a/ajax.php +++ b/ajax.php @@ -554,15 +554,8 @@ if (isset($_POST['update_kanban_status_position'])) { if (isset($_POST['update_kanban_ticket'])) { // Update ticket kanban order and status enforceUserPermission('module_support', 2); - - // have to do new logic, to update only one dragged ticket - $positions = $_POST['positions']; //old and new position - - - - - // old logic that updated all tickets on the column + // all tickets on the column $positions = $_POST['positions']; foreach ($positions as $position) {