* [perf story #72331] Adjust create programplan with level.

This commit is contained in:
wangyidong
2025-04-14 10:41:30 +08:00
committed by 刘刚
parent 1f3b4f7595
commit 85b977204d
7 changed files with 27 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ $config->programplan->form->create['realEnd'] = array('label' => $lang->progr
$config->programplan->form->create['milestone'] = array('label' => $lang->programplan->milestone, 'type' => 'int', 'control' => 'radioList','required' => false, 'default' => 0, 'options' => $lang->programplan->milestoneList);
$config->programplan->form->create['desc'] = array('label' => $lang->programplan->desc, 'type' => 'string', 'control' => 'textarea', 'required' => false, 'default' => '', 'filter' => 'trim');
$config->programplan->form->create['output'] = array('label' => '', 'type' => 'string', 'control' => 'text', 'required' => false, 'default' => '');
$config->programplan->form->create['level'] = array('label' => '', 'type' => 'string', 'control' => 'text', 'required' => false, 'default' => 0);
$config->programplan->form->edit = array();
$config->programplan->form->edit['parent'] = array('required' => false, 'type' => 'int', 'default' => 0);