* code for task #71610.
This commit is contained in:
@@ -811,7 +811,6 @@ class testtask extends control
|
||||
$executions[$executionID] = $project->name . "({$this->lang->project->disableExecution})";
|
||||
}
|
||||
}
|
||||
$this->view->project = $this->loadModel('project')->getById($execution->project);
|
||||
}
|
||||
|
||||
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->testtask->edit;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
<form method='post' class="main-form form-ajax" enctype="multipart/form-data" id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr <?php if(isset($project->multiple) and empty($project->multiple)) echo "class='hidden'"?>>
|
||||
<tr>
|
||||
<th class='w-100px'><?php echo $lang->testtask->execution;?></th>
|
||||
<td class='w-p35-f'>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user