* Adjust mr create logic

This commit is contained in:
zenggang
2021-11-26 08:12:46 +00:00
parent f451a1c23e
commit 6bfdcd4e40
5 changed files with 18 additions and 6 deletions
+6 -6
View File
@@ -51,6 +51,10 @@
<th><?php echo $lang->mr->description;?></th>
<td colspan='1'><?php echo html::textarea('description', '', "rows='3' class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->devops->repo;?></th>
<td colspan='1' class='required'><?php echo html::select('repoID', array(''), '', "class='form-control chosen'");?></td>
</tr>
<tr>
<th><?php echo $lang->mr->needCI;?></th>
<td colspan='1'>
@@ -60,13 +64,9 @@
</div>
</td>
</tr>
<tr>
<th><?php echo $lang->devops->repo;?></th>
<td colspan='1' class='required'><?php echo html::select('repoID', array(''), '', "class='form-control chosen'");?></td>
</tr>
<tr>
<tr class='hidden'>
<th><?php echo $lang->job->common;?></th>
<td colspan='1'><?php echo html::select('jobID', array(''), '', "class='form-control chosen'");?></td>
<td colspan='1' class='required'><?php echo html::select('jobID', array(''), '', "class='form-control chosen'");?></td>
</tr>
<tr>
<th><?php echo $lang->mr->assignee;?></th>