*Fix bug#22616.

This commit is contained in:
孙华伟
2022-05-18 13:43:48 +08:00
parent 98df6e3ffb
commit b59fb9cc1c
+1 -1
View File
@@ -25,7 +25,7 @@
</div>
<form class='load-indicator main-form form-ajax' method='post' target='hiddenwin' id='dataform'>
<table class='table table-form'>
<?php if($config->systemMode == 'new'):?>
<?php if($config->systemMode == 'new' and isset($project) and $project->model == 'scrum'):?>
<tr>
<th class='w-120px'><?php echo $lang->execution->projectName;?></th>
<td><?php echo html::select('project', $allProjects, $execution->project, "class='form-control chosen' onchange='changeProject(this.value)' required");?></td><td></td>