diff --git a/module/program/ui/create.html.php b/module/program/ui/create.html.php
index c5ee9c245f..052d8d4c2f 100644
--- a/module/program/ui/create.html.php
+++ b/module/program/ui/create.html.php
@@ -21,7 +21,7 @@ jsVar('endList', $lang->project->endList);
$fields = useFields('program.create');
$autoLoad = array();
-$autoLoad['parent'] = 'parent,future,budget,budgetUnit,acl,whitelist';
+$autoLoad['parent'] = 'future,budget,budgetUnit,acl,whitelist';
$handleLongTimeChange = jsCallback()->do(<<<'JS'
const endPicker = $element.find('[name=end]').zui('datePicker');
diff --git a/module/program/ui/edit.html.php b/module/program/ui/edit.html.php
index 4420ff449a..67e326394b 100644
--- a/module/program/ui/edit.html.php
+++ b/module/program/ui/edit.html.php
@@ -22,7 +22,7 @@ jsVar('endList', $lang->project->endList);
$fields = useFields('program.edit');
$autoLoad = array();
-$autoLoad['parent'] = 'parent,future,budget,budgetUnit,acl,whitelist';
+$autoLoad['parent'] = 'future,budget,budgetUnit,acl,whitelist';
$handleLongTimeChange = jsCallback()->do(<<<'JS'
const endPicker = $element.find('[name=end]').zui('datePicker');