diff --git a/module/testcase/view/edit.html.php b/module/testcase/view/edit.html.php index b3b16dee87..55e743790b 100644 --- a/module/testcase/view/edit.html.php +++ b/module/testcase/view/edit.html.php @@ -31,6 +31,20 @@ id;?> createLink('testcase', 'view', "caseID=$case->id"), $case->title, '', 'class="case-title"');?> + + app->loadLang('ai'); + $prompt = $_SESSION['aiPrompt']['prompt']; + $objectId = $_SESSION['aiPrompt']['objectId']; + $isAudit = isset($_SESSION['auditPrompt']) && time() - $_SESSION['auditPrompt']['time'] < 10 * 60; + ?> +
+