* Fix testcase create error and project story lang.

This commit is contained in:
Yagami
2020-11-26 09:21:25 +08:00
parent 47c46cefe9
commit 4e502a8df0
10 changed files with 106 additions and 94 deletions
+1
View File
@@ -788,6 +788,7 @@ class program extends control
*/
public function PRJEdit($projectID = 0, $programID = 0)
{
$this->app->loadLang('custom');
$this->lang->navGroup->program = 'project';
$this->app->loadLang('project');
$this->loadModel('productplan');
+6
View File
@@ -128,6 +128,12 @@
<td></td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->program->PRJStoryConcept;?></th>
<td>
<?php echo html::select('storyConcept', $lang->custom->URSRList, $project->storyConcept, "class='form-control chosen'");?>
</td>
</tr>
<tr>
<th><?php echo $lang->program->PRJDesc;?></th>
<td colspan='3'>