diff --git a/src/Admin/AdminController.php b/src/Admin/AdminController.php index 87a34b1..702b9b9 100644 --- a/src/Admin/AdminController.php +++ b/src/Admin/AdminController.php @@ -854,7 +854,7 @@ final class AdminController ]); } catch (\Exception $e) { // Fallback to PHP template - $this->renderLicensesPageFallback($enrichedLicenses, $page, $totalPages, $totalLicenses); + $this->renderLicensesPageFallback($enrichedLicenses, $page, $totalPages, $totalLicenses, $filters, $licensedProducts); } } @@ -974,11 +974,20 @@ final class AdminController /** * Fallback render for licenses page */ - private function renderLicensesPageFallback(array $enrichedLicenses, int $page, int $totalPages, int $totalLicenses): void + private function renderLicensesPageFallback(array $enrichedLicenses, int $page, int $totalPages, int $totalLicenses, array $filters = [], array $products = []): void { ?>
-

+

+ + + + + + + + +
getNotices() as $notice): ?>
@@ -986,8 +995,53 @@ final class AdminController
+ +
+ + + + +
+
+ + + + + + + + + +
+ +
+ +
+
+
+

- + + + () + + |