* Add code to task and case module for workflow.

This commit is contained in:
Yagami
2019-07-09 10:27:49 +08:00
parent 149d4b4244
commit f99dd1f01b
12 changed files with 15 additions and 0 deletions
+1
View File
@@ -206,6 +206,7 @@
<td colspan='2'><?php echo html::input('keywords', $keywords, "class='form-control'");?></td>
</tr>
<?php endif;?>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
<tr>
<th><?php echo $lang->testcase->files;?></th>
<td colspan='2'><?php echo $this->fetch('file', 'buildform');?></td>