From 38a9f0d90f6b30073d155cb9d7acf21bc7554715 Mon Sep 17 00:00:00 2001 From: magdev Date: Fri, 23 Jan 2026 11:41:05 +0100 Subject: [PATCH] Add Test and Transfer actions to PHP fallback template The PHP fallback template (used when Twig fails) was missing the Test license action and Transfer modal that were present in the Twig template. - Added Test license link to row actions in PHP fallback - Added Transfer link to row actions in PHP fallback - Added Test License modal with AJAX validation - Added Transfer License modal - Added JavaScript handlers for both modals Co-Authored-By: Claude Opus 4.5 --- src/Admin/AdminController.php | 170 ++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) diff --git a/src/Admin/AdminController.php b/src/Admin/AdminController.php index 2e8340f..7d00734 100644 --- a/src/Admin/AdminController.php +++ b/src/Admin/AdminController.php @@ -1374,7 +1374,20 @@ final class AdminController
+ + | + getStatus() !== License::STATUS_REVOKED): ?> + + | +