* fix a bug: if delete a story/task/testcase actionLinks can't show.
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
<div id='main'>CASE #<?php echo $case->id . ' ' . $case->title;?></div>
|
||||
<div>
|
||||
<?php
|
||||
$browseLink = $app->session->caseList != false ? $app->session->caseList : $this->createLink('testcase', 'browse', "productID=$case->product");
|
||||
$browseLink = $app->session->caseList != false ? $app->session->caseList : $this->createLink('testcase', 'browse', "productID=$case->product");
|
||||
$actionLinks = '';
|
||||
if(!$case->deleted)
|
||||
{
|
||||
ob_start();
|
||||
|
||||
Reference in New Issue
Block a user