* Compatible with Gantt chart page.

This commit is contained in:
tianshujie
2024-03-20 15:33:08 +08:00
parent 0ffe9d1568
commit a2da72a00b
9 changed files with 105 additions and 21 deletions
+3 -3
View File
@@ -38,9 +38,9 @@ $config->programplan->form->edit['milestone'] = array('required' => false, 'type
$config->programplan->form->edit['output'] = array('required' => false, 'type' => 'array', 'default' => array(), 'filter' => 'join');
$config->programplan->form->ajaxCustom = array();
$config->programplan->form->ajaxCustom['zooming'] = array('required' => false, 'type' => 'string');
$config->programplan->form->ajaxCustom['stageCustom'] = array('required' => false, 'type' => 'array', 'filter' => 'join');
$config->programplan->form->ajaxCustom['ganttFields'] = array('required' => false, 'type' => 'array', 'filter' => 'join');
$config->programplan->form->ajaxCustom['zooming'] = array('required' => false, 'type' => 'string', 'default' => '');
$config->programplan->form->ajaxCustom['stageCustom'] = array('required' => false, 'type' => 'array', 'filter' => 'join', 'default' => 'array()');
$config->programplan->form->ajaxCustom['ganttFields'] = array('required' => false, 'type' => 'array', 'filter' => 'join', 'default' => 'array()');
$config->programplan->form->updateDateByGantt['id'] = array('required' => false, 'type' => 'int', 'default' => 0);
$config->programplan->form->updateDateByGantt['startDate'] = array('required' => false, 'type' => 'string', 'default' => null);