* Compatible with Gantt chart page.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user