From 8dce4138f228f6304b830bfc6c9c9fbca49a3907 Mon Sep 17 00:00:00 2001 From: MyuTsu Date: Fri, 24 Oct 2025 17:15:38 +0200 Subject: [PATCH] fix(AllAssets): resolve SQL error caused by invalid table name --- src/State.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/State.php b/src/State.php index bc1ce34378f..caf62ec7376 100644 --- a/src/State.php +++ b/src/State.php @@ -220,7 +220,7 @@ public static function showSummary() 'start' => 0, 'criteria' => [ '0' => [ - 'value' => '$$$$' . $data['id'], + 'value' => $data['id'], 'searchtype' => 'contains', 'field' => 31, ],