From 6bbd224104b4accf8cbe6a8299c053a92ea19f55 Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Fri, 13 Mar 2026 09:06:45 +0200 Subject: [PATCH] Poista ticket_fetch changelog-kirjaus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sähköpostien haku ei ole muutostoiminto eikä kuulu muutoslokiin. Co-Authored-By: Claude Opus 4.6 --- api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api.php b/api.php index f787b2f..cda50f1 100644 --- a/api.php +++ b/api.php @@ -3491,7 +3491,6 @@ switch ($action) { // Reload for total count $allTickets = dbLoadTickets($companyId); - dbAddLog($companyId, currentUser(), 'ticket_fetch', '', '', "Haettu sähköpostit: {$newCount} uutta tikettiä, {$threadedCount} ketjutettu"); $result = ['success' => true, 'new_tickets' => $newCount, 'threaded' => $threadedCount, 'total' => count($allTickets)]; if (!empty($errors)) $result['errors'] = $errors; echo json_encode($result);