* Fix bug #44518, show date tip if it exceeds the date range of the program.
This commit is contained in:
@@ -22,6 +22,8 @@ jsVar('budgetUnitValue', $config->project->budget->tenThousand);
|
||||
jsVar('+projectID', $copyProjectID);
|
||||
jsVar('LONG_TIME', LONG_TIME);
|
||||
jsVar('weekend', $config->execution->weekend);
|
||||
jsVar('beginLessThanParent', $lang->project->beginLessThanParent);
|
||||
jsVar('endGreatThanParent', $lang->project->endGreatThanParent);
|
||||
|
||||
$modelMenuItems = array();
|
||||
foreach($lang->project->modelList as $key => $text)
|
||||
@@ -62,7 +64,7 @@ formGridPanel
|
||||
on::change('[name=future]', 'toggleBudget'),
|
||||
on::change('[name=begin], [name=end]', 'computeWorkDays'),
|
||||
on::change('[name^=products]', 'productChange'),
|
||||
on::change('#parent, #budget', "checkBudget(0)"),
|
||||
on::change('[name=parent], [name=budget]', 'checkBudget'),
|
||||
set::title($lang->project->create),
|
||||
set::fullModeOrders(array('begin,days,PM,budget', !empty($config->setCode) ? 'parent,hasProduct,name,code,begin' : 'parent,name,hasProduct,begin')),
|
||||
set::fields($fields)
|
||||
|
||||
Reference in New Issue
Block a user