* Set as working as only test.

This commit is contained in:
daitingting
2017-05-05 12:09:19 +08:00
parent 868227856f
commit ce174f973c
31 changed files with 420 additions and 186 deletions
+1 -1
View File
@@ -178,7 +178,7 @@
</td>
</tr>
<?php endif;?>
<?php if(!$isLibCase):?>
<?php if(!$isLibCase and $this->config->global->flow != 'onlyTest'):?>
<tr>
<th><?php echo $lang->testcase->story;?></th>
<td class='text-left'><div id='storyIdBox'><?php echo html::select('story', $stories, $case->story, 'class=form-control chosen');?></div>